]> git.mxchange.org Git - mailer.git/commitdiff
Now first comes the warning for installating non-productive extensions
authorRoland Häder <roland@mxchange.org>
Tue, 20 Jul 2010 23:54:57 +0000 (23:54 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 20 Jul 2010 23:54:57 +0000 (23:54 +0000)
inc/modules/admin/overview-inc.php

index 62984ecaf587b59b5694a155e6760796e2a00f16..c0fc4eef7058cd99b1b25a6f370a106566596153 100644 (file)
@@ -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