1
0
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:
secretr
2011-01-15 11:53:31 +00:00
parent c8273d06c4
commit 09b09b4624

View File

@@ -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]);
}