]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/overview-inc.php
Next stage of HTML rewriting, lesser br-tags
[mailer.git] / inc / modules / admin / overview-inc.php
index cb91f5fae926f83aa34542649434b41dda81a2fa..4266e3e2b8be8fc21aa3af4d41a1b9b0ea02af27 100644 (file)
@@ -93,9 +93,9 @@ function outputStandardOverview (&$result_tasks) {
                                        updateExtension($ext_name, $ext_ver);
                                } // END - if
 
-                               if (isset($GLOBALS['cache_array']['active_extensions'][$ext_name])) {
+                               if (isset($GLOBALS['cache_array']['always_active'][$ext_name])) {
                                        // Maybe we want to keept the current extension active?
-                                       if (($GLOBALS['cache_array']['active_extensions'][$ext_name] == 'Y') && (!isExtensionActive($ext_name))) {
+                                       if (($GLOBALS['cache_array']['always_active'][$ext_name] == 'Y') && (!isExtensionActive($ext_name))) {
                                                // Reactivate this extension!
                                                doActivateExtension($ext_name);
                                        } // END - if