X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fexpression-functions.php;h=4e78a9bd13e464177dc30b04dcd7227634c249eb;hb=3360f076d2251f554b2dfb420c18367af363ce2a;hp=6c586deb53b1db9dcda2e6acad8af47420d78b5e;hpb=0888d861905930547fbc88398afbd9a909af7fb1;p=mailer.git diff --git a/inc/expression-functions.php b/inc/expression-functions.php index 6c586deb53..4e78a9bd13 100644 --- a/inc/expression-functions.php +++ b/inc/expression-functions.php @@ -281,7 +281,7 @@ function doExpressionMessage ($data) { // Expression call-back for template functions function doExpressionTemplate ($data) { // Construct call-back function name - $callbackFunction = 'doTemplate' . $data['callback']; + $callbackFunction = 'doTemplate' . ucfirst($data['callback']); // Init replacer $replacer = '';