1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 04:10:38 +02:00

Notice removal (e_QUERY not defined)

This commit is contained in:
Cameron
2013-06-20 01:31:26 -07:00
parent 9d2f54ebf9
commit fa8c54d635

View File

@@ -3219,9 +3219,11 @@ class e107
if ($no_cbrace) $e_QUERY = str_replace(array('{', '}', '%7B', '%7b', '%7D', '%7d'), '', rawurldecode($e_QUERY));
$e_QUERY = htmlentities(self::getParser()->post_toForm($e_QUERY));
define('e_QUERY', $e_QUERY);
if(!deftrue("e_SINGLE_ENTRY"))
{
define('e_QUERY', $e_QUERY);
$_SERVER['QUERY_STRING'] = e_QUERY;
}