X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Fwhat-rallyes.php;h=50760250e47f9844c966a5cf6dd79c289cbe8575;hp=c8a79d642081d3219c92eda3421da65cbd5484fc;hb=db0c6702086eea2c44d0aae1702dc2e77a0afc4e;hpb=c6418c3240dd6f50413c35b4bcf21405a939bb90 diff --git a/inc/modules/guest/what-rallyes.php b/inc/modules/guest/what-rallyes.php index c8a79d6420..50760250e4 100644 --- a/inc/modules/guest/what-rallyes.php +++ b/inc/modules/guest/what-rallyes.php @@ -44,7 +44,7 @@ if (!defined('__SECURITY')) { addYouAreHereLink('guest', __FILE__); if ((!isExtensionActive('rallye')) && (!isAdmin())) { - loadTemplate('admin_settings_saved', false, generateExtensionInactiveNotInstalledMessage('rallye')); + displayMessage(generateExtensionInactiveNotInstalledMessage('rallye')); return; } // END - if