Permit the use of `is_null` in templates when running in the enterprise mode
authorAlexander Ebert <ebert@woltlab.com>
Thu, 17 Dec 2020 16:57:43 +0000 (17:57 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 17 Dec 2020 16:57:43 +0000 (17:57 +0100)
wcfsetup/install/files/lib/system/template/TemplateScriptingCompiler.class.php

index 5ccb34ecb3d675e0da1723201d92f17eaee2b0b9..358a42ef27ee9eb829edd6290c1541ef095174cb 100644 (file)
@@ -76,6 +76,7 @@ class TemplateScriptingCompiler {
                'implode',
                'in_array',
                'is_array',
+               'is_null',
                'is_numeric',
                'is_object',
                'iterator_count',