From: Roland Häder Date: Tue, 20 Jul 2010 23:54:57 +0000 (+0000) Subject: Now first comes the warning for installating non-productive extensions X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bbc24c7d06819c00947e2368c35ad74dc3227caa;p=mailer.git Now first comes the warning for installating non-productive extensions --- diff --git a/inc/modules/admin/overview-inc.php b/inc/modules/admin/overview-inc.php index 62984ecaf5..c0fc4eef70 100644 --- a/inc/modules/admin/overview-inc.php +++ b/inc/modules/admin/overview-inc.php @@ -207,7 +207,7 @@ LIMIT 1", // Is this non-productive? if (isExtensionProductive() === false) { // Issue warning - $taskData['text'] .= loadTemplate('admin_settings_saved', true, getMaskedMessage('ADMIN_EXTENSION_IS_NON_PRODUCTIVE', $ext_name)); + $taskData['text'] = loadTemplate('admin_settings_saved', true, getMaskedMessage('ADMIN_EXTENSION_IS_NON_PRODUCTIVE', $ext_name)) . $taskData['text']; } // END - if // Set current extension name