mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 20:01:47 +02:00
Media-Manager ajax filter fix.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user