Add doubleval and floatval to enterprise functions
authorNiklas <Krymonota@users.noreply.github.com>
Wed, 3 Jun 2020 11:32:34 +0000 (13:32 +0200)
committerGitHub <noreply@github.com>
Wed, 3 Jun 2020 11:32:34 +0000 (13:32 +0200)
wcfsetup/install/files/lib/system/template/TemplateScriptingCompiler.class.php

index c80eb7f9b4c705f6328d6f4d60414723880922d8..8d180069df7b5050806b59d9120ec16c40519caa 100644 (file)
@@ -58,11 +58,13 @@ class TemplateScriptingCompiler {
                'current',
                'date',
                'defined',
+               'doubleval',
                'empty',
                'end',
                'explode',
                'file_exists',
                'filesize',
+               'floatval',
                'floor',
                'function_exists',
                'gmdate',