]> git.mxchange.org Git - mailer.git/blobdiff - inc/expression-functions.php
Fix of display-bug in member's overview of points (what=points) and extra call-back...
[mailer.git] / inc / expression-functions.php
index 4af907683861922bae98937ef641e7abc8af7e36..5e2bb0a9ca7ab1df8753a8fe87e1c836a13e37ce 100644 (file)
@@ -98,9 +98,9 @@ function doExpressionUser ($data) {
        }
 
        // Do we have another function to run (e.g. translations)
-       if (!empty($extraFunction)) {
+       if (!empty($data['extra_func'])) {
                // Surround the original function call with it
-               $functionName = $extraFunction . '(' . $functionName . ')';
+               $functionName = $data['extra_func'] . '(' . $functionName . ')';
        } // END - if
 
        // Now replace the code