]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-points.php
Complete rewrite and debug message surpressed:
[mailer.git] / inc / modules / member / what-points.php
index 58f7016b3b21c67e22aa6ee2b0287f3b9fb847ce..0624cd4f2fdb7da4b039e5a2d460daeac4ff6243 100644 (file)
@@ -197,7 +197,7 @@ if (EXT_IS_ACTIVE('user')) {
        LOAD_TEMPLATE("member_points");
 } elseif (IS_ADMIN()) {
        // Missing extension
-       addFatalMessage(__FILE__, __LINE__, generateExtensionInactiveMessage('user'));
+       addFatalMessage(__FILE__, __LINE__, generateExtensionInactiveNotInstalledMessage('user'));
 } else {
        // Message for user
        LOAD_TEMPLATE('admin_settings_saved', false, getMessage('PROBLEM_POINTS_OVERVIEW_UNAVAILABLE'));