1
0
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:
Cameron
2013-10-28 22:20:29 -07:00
parent aed12d1ae5
commit cb29941bda
2 changed files with 2 additions and 2 deletions

View File

@@ -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);