mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 05:11:42 +02:00
Media-Manager ajax filter fix.
This commit is contained in:
@@ -37,10 +37,10 @@ if($info = e107::getLibrary()->load('bootstrap'))
|
||||
|
||||
include_once(e107::coreTemplatePath('admin_icons')); // Needs to be loaded before infopanel AND in boot.php
|
||||
|
||||
if(vartrue($_GET['iframe']) == 1)
|
||||
/*if(vartrue($_GET['iframe']) == 1)
|
||||
{
|
||||
define('e_IFRAME', true);
|
||||
}
|
||||
}*/
|
||||
|
||||
|
||||
|
||||
|
@@ -20,7 +20,7 @@ header('Content-type: text/html; charset=utf-8', TRUE);
|
||||
define('ADMINFEED', 'https://e107.org/adminfeed');
|
||||
|
||||
|
||||
if(!empty($_GET['iframe'])) // global iframe support.
|
||||
if(!empty($_GET['iframe']) && !defined('e_IFRAME')) // global iframe support.
|
||||
{
|
||||
define('e_IFRAME', true);
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user