mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 14:17:49 +02:00
e_parse notice (installation routine)
This commit is contained in:
@@ -2004,7 +2004,7 @@ class e_parse
|
|||||||
|
|
||||||
function doReplace($matches)
|
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]);
|
return constant($matches[1]);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user