]> git.mxchange.org Git - mailer.git/blobdiff - inc/filters.php
Final fixes for admin logout
[mailer.git] / inc / filters.php
index 362898e490a2fed3cdd501be98da9be6cfd72f80..e2ddb66c1d66fc33044cffb3639fcd32267cbeae 100644 (file)
@@ -471,7 +471,7 @@ function FILTER_COMPILE_EXTENSION ($code) {
                                if (substr($cmd, -2, 2) == 'js') $outputMode = 1;
 
                                // Handle an URL here
-                               $replacer = "\" . encodeUrl('" . $matches[3][$key] . "', " . $outputMode . ") . \"";
+                               $replacer = "\" . encodeUrl(\"" . $matches[3][$key] . "\", " . $outputMode . ") . \"";
 
                                // Replace it
                                $code = str_replace($matches[0][$key], $replacer, $code);