]> git.mxchange.org Git - mailer.git/blobdiff - inc/filters.php
Possible final fixes for user login, debug lines rewritten to logfile, some old lost...
[mailer.git] / inc / filters.php
index 9345e507e282ea4e641be0549a26c8a6bee76cad..627a4007b89bc12e39c14db67edfe2de6421aae4 100644 (file)
@@ -475,11 +475,12 @@ function FILTER_COMPILE_EXPRESSION_CODE ($code) {
                        if (function_exists($commandFunction)) {
                                // Prepare $matches, $key, $outputMode, etc.
                                $data = array(
-                                       'matches'  => $matches,
-                                       'key'      => $key,
-                                       'mode'     => $outputMode,
-                                       'code'     => $code,
-                                       'callback' => $callback
+                                       'matches'    => $matches,
+                                       'key'        => $key,
+                                       'mode'       => $outputMode,
+                                       'code'       => $code,
+                                       'callback'   => $callback,
+                                       'extra_func' => $extraFunction
                                );
 
                                // Call it