X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fexpression-functions.php;h=a9aa0b5681c3034b9e341a0b355c5259e257b324;hp=f39e314a3ad467a0515e898da434caeff94658cd;hb=8e4b45208df786e67751a6830afe84635b2ca3c5;hpb=5b86891f8fc17053df2b09c333682b35d042f0f3 diff --git a/inc/expression-functions.php b/inc/expression-functions.php index f39e314a3a..a9aa0b5681 100644 --- a/inc/expression-functions.php +++ b/inc/expression-functions.php @@ -268,7 +268,7 @@ function doExpressionTemplate ($data) { $callback = 'doTemplate' . $data['callback']; // Init replacer - $replacer = ''; + $replacer = ''; // Is the function there? if (function_exists($callback)) {