mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 01:54:12 +02:00
Closes #4380 - Moved submit button on language file editor modal. Removed some PHP errors.
This commit is contained in:
@@ -1056,7 +1056,7 @@ class e_admin_dispatcher
|
||||
define('e_ADMIN_UI', true);
|
||||
}
|
||||
|
||||
if(!empty($_GET['iframe']))
|
||||
if(!empty($_GET['iframe']) && !defined('e_IFRAME'))
|
||||
{
|
||||
define('e_IFRAME', true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user