From: Alexander Ebert Date: Thu, 17 Dec 2020 16:57:43 +0000 (+0100) Subject: Permit the use of `is_null` in templates when running in the enterprise mode X-Git-Tag: 5.3.2~37 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=df026beebf1438aaad360787e4da4b957e0013e0;p=GitHub%2FWoltLab%2FWCF.git Permit the use of `is_null` in templates when running in the enterprise mode --- diff --git a/wcfsetup/install/files/lib/system/template/TemplateScriptingCompiler.class.php b/wcfsetup/install/files/lib/system/template/TemplateScriptingCompiler.class.php index 5ccb34ecb3..358a42ef27 100644 --- a/wcfsetup/install/files/lib/system/template/TemplateScriptingCompiler.class.php +++ b/wcfsetup/install/files/lib/system/template/TemplateScriptingCompiler.class.php @@ -76,6 +76,7 @@ class TemplateScriptingCompiler { 'implode', 'in_array', 'is_array', + 'is_null', 'is_numeric', 'is_object', 'iterator_count',