]> git.mxchange.org Git - mailer.git/blobdiff - inc/expression-functions.php
Rewrites/fixes for surfbar
[mailer.git] / inc / expression-functions.php
index 458dd1792c3a244f790bc723f3aca25b71d662a4..bb7a1807a240dd1541cfea378f2b36881db3c1ec 100644 (file)
@@ -175,7 +175,7 @@ function doExpressionPipe ($data) {
        // Do we have a call-back? Should always be there!
        if (!empty($data['callback'])) {
                // Parse it through this function
-               $replacer = '{DQUOTE} . ' . $data['callback'] . "('" . $replacer . "') . {DQUOTE}";
+               $replacer = '{DQUOTE} . ' . $data['extra_func'] . '(' . $data['callback'] . "('" . $replacer . "')) . {DQUOTE}";
        } // END - if
 
        // Replace the config entry