1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

Notice removal

This commit is contained in:
Cameron
2013-11-07 23:22:30 -08:00
parent 474df4948e
commit 8cca981949

View File

@@ -1555,7 +1555,7 @@ class e_navigation
return true;
}
if($data['link_active'] == true) // Can be used by e_sitelink.php
if(vartrue($data['link_active'])) // Can be used by e_sitelink.php
{
return true;
}