]> git.mxchange.org Git - mailer.git/blobdiff - inc/filters.php
Fixed wrong handling of nickname in member login
[mailer.git] / inc / filters.php
index 04ee9a451ef924347e34d2dd7f72c96471d2c432..b58a126ced7c8d5560c60d8e4721242611db15fa 100644 (file)
@@ -502,7 +502,7 @@ function FILTER_COMPILE_EXPRESSION_CODE ($code) {
                        } // END - if
 
                        // Construct call-back function name for the command
-                       $commandFunction = 'doExpression' . ucfirst(strtolower($cmd));
+                       $commandFunction = 'doExpression' . capitalizeUnderscoreString($cmd);
 
                        // Is this function there?
                        if (function_exists($commandFunction)) {