Heavily rewritten API:
[mailer.git] / inc / modules / admin / what-extensions.php
index d75af2b14c8d7a5f3335d82f919f377ebcad03ca..196bd01558baa4d0384bf310b79577f469755ce2 100644 (file)
@@ -301,7 +301,7 @@ case "register": // Register new extension
                        $ext_name = trim(substr($subj, 1, strpos($subj, ":") - 1));
 
                        // Test the extension for deprecation
-                       $EXT_DEPRECATED = "N"; $EXT_LOAD_MODE = "";
+                       $EXT_DEPRECATED = "N"; $EXT_LOAD_MODE = "test";
                        include(PATH."inc/extensions/ext-".$ext_name.".php");
 
                        // Is the extension deprecated?