mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 17:44:37 +02:00
Closes #4619 - strftime() shim with intl locale support by @Deltik
This commit is contained in:
@@ -1338,7 +1338,7 @@ i.e-cat_users-32{ background-position: -555px 0; width: 32px; height: 32px; }
|
||||
|| e_REQUEST_HTTP === varset($e107_vars[$act]['link'])
|
||||
)
|
||||
{
|
||||
$temp = varset($tmpl['button_active'.$kpost]);
|
||||
$temp = isset($tmpl['button_active' . $kpost]) ? $tmpl['button_active' . $kpost] : '';
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user