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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user