1
0
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:
Cameron
2021-11-25 07:36:07 -08:00
parent 68c3b0649c
commit de25bdc898
3 changed files with 23 additions and 98 deletions

View File

@@ -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
{