mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 10:04:35 +02:00
PHP Warning Fixes.
This commit is contained in:
@@ -1397,7 +1397,7 @@ i.e-cat_users-32{ background-position: -555px 0; width: 32px; height: 32px; }
|
||||
//XXX && !is_numeric($act) ???
|
||||
if (($active_page == (string) $act)
|
||||
|| (str_replace("?", "", e_PAGE.e_QUERY) == str_replace("?", "", $act))
|
||||
|| e_REQUEST_HTTP === $e107_vars[$act]['link']
|
||||
|| e_REQUEST_HTTP === varset($e107_vars[$act]['link'])
|
||||
)
|
||||
{
|
||||
$temp = $tmpl['button_active'.$kpost];
|
||||
|
Reference in New Issue
Block a user