1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-01 02:21:58 +02:00

More notice removal

This commit is contained in:
Cameron
2012-12-07 15:42:54 -08:00
parent 9b1543ec2c
commit f97af6e6b6
2 changed files with 5 additions and 1 deletions

View File

@@ -765,6 +765,10 @@ class e_navigation
/* echo "<h1>".$name." ($plug)</h1>";
print_a($plugs->plug_vars);*/
if(!varset($plugs->plug_vars['adminLinks']['link']))
{
continue;
}
foreach($plugs->plug_vars['adminLinks']['link'] as $tag)
{