1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 04:41:53 +02:00

Fix for bbarea GUI when limited news perms are set for the current user.

This commit is contained in:
Cameron
2017-02-20 15:22:06 -08:00
parent 29d97855f1
commit 8963dacc46
2 changed files with 4 additions and 2 deletions

View File

@@ -2327,7 +2327,7 @@ class e_form
$options_off = array_merge($options, array('class' => 'e-expandit-off'));
}
if(deftrue('e_DEBUG') && e_ADMIN_AREA === true)
if(e_ADMIN_AREA === true)
{
$options['switch'] = 'small';