mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Bugtracker #5191 possible fix - content e_meta.php was corrupting variables
This commit is contained in:
@@ -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){
|
||||
|
Reference in New Issue
Block a user