Backup and Restore: system settings has not been refreshed after restore (typo).
[fa-stable.git] / admin / inst_theme.php
index 01f6ca1ad698fc5db76aa888313db82c3d32ee8e..70d8eb60a34afbc5768c5d6704e634a07367fa25 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 Themes"), false, false, '', $js);
@@ -98,4 +98,3 @@ start_form(true);
 end_form();
 
 end_page();
-?>
\ No newline at end of file