mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Feature-box image-category fix and language-redirect fix.
This commit is contained in:
@@ -35,7 +35,7 @@ if($core->get('admintheme') != 'bootstrap')
|
||||
}
|
||||
|
||||
// Check Admin-Perms for current language and redirect if necessary.
|
||||
if(MULTILANG_SUBDOMAIN && !getperms('0') && !getperms(e_LANGUAGE))
|
||||
if(deftrue("MULTILANG_SUBDOMAIN") && !getperms('0') && !getperms(e_LANGUAGE))
|
||||
{
|
||||
$lng = e107::getLanguage();
|
||||
$tmp = explode(".",ADMINPERMS);
|
||||
|
Reference in New Issue
Block a user