]> git.mxchange.org Git - mailer.git/blobdiff - inc/expression-functions.php
Rewrote some parts:
[mailer.git] / inc / expression-functions.php
index de71466a0277cb8215a2515207ec1c9af63d1c3f..e25a28fd3f204ce60b1fce41b7e0d50eb7ec8f73 100644 (file)
@@ -157,7 +157,7 @@ function doExpressionExt ($data) {
        } // END - if
 
        // Generate replacer
-       $replacer = sprintf("&ext=%s&ver=%s&rev={?CURRENT_REPOSITORY_REVISION?}", $data['matches'][4][$data['key']], $replacer);
+       $replacer = sprintf('&ext=%s&ver=%s&rev={?CURRENT_REPOSITORY_REVISION?}', $data['matches'][4][$data['key']], $replacer);
 
        // Replace it and insert parameter for GET request
        $code = replaceExpressionCode($data, $replacer);