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