mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 01:30:32 +02:00
Notice removals
This commit is contained in:
@@ -1354,7 +1354,7 @@ class e_menuManager {
|
||||
if($link)
|
||||
{
|
||||
$tmp[$id]['name'] = ucwords(str_replace("_menu","",$menu_name));
|
||||
if($prev == $id && ($tmp[$id]['name']!=$prev_name))
|
||||
if(vartrue($prev) == $id && ($tmp[$id]['name']!=$prev_name))
|
||||
{
|
||||
$tmp[$id]['name'] .= ":".$prev_name;
|
||||
}
|
||||
|
Reference in New Issue
Block a user