Access to system settings moved from global scope to SysPrefs.
[fa-stable.git] / admin / inst_module.php
index 77a16cbd5ba85b1536fa8676b49ffa56a7fa1889..eda65097e50426d5cfb4337ffc908d2772792a1d 100644 (file)
@@ -14,7 +14,7 @@ $path_to_root="..";
 include_once($path_to_root . "/includes/session.inc");
 include_once($path_to_root."/includes/packages.inc");
 
-if ($use_popup_windows) {
+if ($SysPrefs->use_popup_windows) {
        $js = get_js_open_window(900, 500);
 }
 page(_($help_context = "Install/Activate extensions"));
@@ -266,4 +266,3 @@ else
 end_form();
 
 end_page();
-?>
\ No newline at end of file