]> git.mxchange.org Git - mailer.git/blobdiff - inc/functions.php
Continued a bit:
[mailer.git] / inc / functions.php
index 07affa858ae621d45ada5a4a95e97f5e0b6732bb..0d6c9889ec38148166358b4b6eb37e57ce176566 100644 (file)
@@ -372,7 +372,7 @@ function generateDereferrerUrl ($url) {
 
                // De-refer this URL
                $url = sprintf(
-                               '{%url=modules.php?module=loader&url=%s&hash=%s&salt=%s%}',
+                               '{%%url=modules.php?module=loader&url=%s&hash=%s&salt=%s%%}',
                                $encodedUrl,
                                encodeHashForCookie($hash),
                                substr($hash, 0, getSaltLength())