]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-send_bonus.php
Wrapper function for configuration introduced, config entry renamed:
[mailer.git] / inc / modules / admin / what-send_bonus.php
index 20514fd4ac11b58f13b240f5b52faf9c6d456a08..2f083fdf1055d1d93fa7e1b8a62092b979062aa6 100644 (file)
@@ -44,7 +44,7 @@ if ((!defined('__SECURITY')) || (!isAdmin())) {
 addYouAreHereLink('admin', __FILE__);
 
 if (!isExtensionActive('order')) {
-       displayMessage(generateExtensionInactiveNotInstalledMessage('order'));
+       displayMessage('{%pipe,generateExtensionInactiveNotInstalledMessage=order%}');
        return;
 } // END - if