From 09b09b46243ec986ef76e41a2033694c3d1ee0fb Mon Sep 17 00:00:00 2001 From: secretr Date: Sat, 15 Jan 2011 11:53:31 +0000 Subject: [PATCH] e_parse notice (installation routine) --- e107_handlers/e_parse_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/e_parse_class.php b/e107_handlers/e_parse_class.php index b870afab5..9bb7aebf6 100644 --- a/e107_handlers/e_parse_class.php +++ b/e107_handlers/e_parse_class.php @@ -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]); }