Rewritten upgrade procedures, added fa_patch class, utf8 collation can be set before...
[fa-stable.git] / admin / inst_module.php
index eda65097e50426d5cfb4337ffc908d2772792a1d..01169034e2563ff95b02e00efe67a59fb85e8db9 100644 (file)
@@ -17,7 +17,7 @@ include_once($path_to_root."/includes/packages.inc");
 if ($SysPrefs->use_popup_windows) {
        $js = get_js_open_window(900, 500);
 }
-page(_($help_context = "Install/Activate extensions"));
+page(_($help_context = "Install/Activate extensions"), false, false, "", $js);
 
 include_once($path_to_root . "/includes/date_functions.inc");
 include_once($path_to_root . "/admin/db/company_db.inc");