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

Comment fixes. News table comment count was not incrementing. (may be manually corrected in debug mode)

This commit is contained in:
Cameron
2016-03-13 22:24:28 -07:00
parent f5e9a1345b
commit fa8f25dfc5
5 changed files with 67 additions and 8 deletions

View File

@@ -123,7 +123,7 @@ if(!empty($menu_pref['banner_campaign']) && !empty($menu_pref['banner_amount']))
$ret[$cat][] = $tp->simpleParse($BANNER_MENU_ITEM, $var);
}
}
elseif(e_DEBUG == true)
elseif(e_DEBUG == true && getperms('0'))
{
echo "no banner data";
print_a($menu_pref);