mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
e_parse notice (installation routine)
This commit is contained in:
@@ -2004,7 +2004,7 @@ class e_parse
|
||||
|
||||
function doReplace($matches)
|
||||
{
|
||||
if(defined($matches[1]) && (ADMIN || strpos($matches[1], 'ADMIN') === FALSE))
|
||||
if(defined($matches[1]) && (deftrue('ADMIN') || strpos($matches[1], 'ADMIN') === FALSE))
|
||||
{
|
||||
return constant($matches[1]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user