]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-extensions.php
wernis extension is now alpha code (only listing in admin area is missing), naming...
[mailer.git] / inc / modules / admin / what-extensions.php
index bd283a93da5e4955d2f0eaccf2e815f4a24a6e8f..36c06cf9c77b2a164d7474554d7968cc0bb1b8f3 100644 (file)
@@ -163,7 +163,7 @@ if (!empty($_GET['reg_ext'])) {
                // Free the result
                SQL_FREERESULT($result);
 
-               if ($CONFIG['verbose_sql']) {
+               if ($_CONFIG['verbose_sql']) {
                        // Load SQL commands in remove mode
                        $EXT_LOAD_MODE = "remove";
                        $file = sprintf(PATH."inc/extensions/ext-%s.php", $ext_name);