]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-extensions.php
Prefix in SQLs fixed, fixes for first startup and weekly/monthly reset is run without...
[mailer.git] / inc / modules / admin / what-extensions.php
index 9b2e17a70b0888df31fda50c3350bf42767a7a43..b57379a82938e34c0ae1f88b049cf928826dd8c1 100644 (file)
@@ -77,6 +77,9 @@ if (REQUEST_ISSET_GET(('reg_ext'))) {
 
                        // Change this extension?
                        if ($sel == 1) {
+                               // Load mode is modify
+                               $EXT_LOAD_MODE = "modify";
+
                                // Update extension's record
                                $active = REQUEST_POST('active', $ext_id);
                                if (GET_EXT_VERSION("sql_patches") >= "0.0.6")  {