]> git.andy128k.dev Git - ipf-template.git/commitdiff
remove deprecated constant
authorAndrey Kutejko <andy128k@gmail.com>
Sun, 28 Feb 2016 14:35:12 +0000 (15:35 +0100)
committerAndrey Kutejko <andy128k@gmail.com>
Sun, 28 Feb 2016 14:35:12 +0000 (15:35 +0100)
lib/compiler.php

index 47dac3cd8047654b707416d30bae8e006718026a..d04a6ff39c88100aeff03dce30d429af643a235b 100644 (file)
@@ -9,7 +9,7 @@ class IPF_Template_Compiler
 
     public static function init()
     {
-        $vartype = array(T_CHARACTER, T_CONSTANT_ENCAPSED_STRING, T_DNUMBER,
+        $vartype = array(T_CONSTANT_ENCAPSED_STRING, T_DNUMBER,
             T_ENCAPSED_AND_WHITESPACE, T_LNUMBER, T_OBJECT_OPERATOR, T_STRING,
             T_WHITESPACE, T_ARRAY, T_VARIABLE);