1
0
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:
Cameron
2021-02-12 14:27:21 -08:00
parent 2bf5ee3909
commit b4c33735d6
4 changed files with 32 additions and 18 deletions

View File

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