mirror of
https://github.com/e107inc/e107.git
synced 2025-02-13 02:54:39 +01:00
Bugtracker #5191 possible fix - content e_meta.php was corrupting variables
This commit is contained in:
parent
c79f22efd1
commit
4d843d2bf1
@ -18,6 +18,8 @@
|
||||
*/
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
if (substr(e_PAGE, 0, 7) != 'content') return;
|
||||
|
||||
echo "<script type='text/javascript' src='".e_FILE."popup.js'></script>\n";
|
||||
|
||||
if(e_QUERY){
|
||||
|
Loading…
x
Reference in New Issue
Block a user