Help links switched on for new FA installations.
[fa-stable.git] / includes / page / header.inc
index 721ba242d258ad3a6cc495054b40a2b170ef3f41..9f785f4b3d93f02a81b0aca617a5cccc9f53c19c 100644 (file)
@@ -85,7 +85,7 @@ function page_header($title, $no_menu=false, $is_index=false, $onload="", $js=""
 
        $theme = user_theme();
 
-       if ($SysPrefs->help_base_url != null && $SysPrefs->SysPrefs->use_popup_windows && $js == '')
+       if ($SysPrefs->help_base_url != null && $SysPrefs->use_popup_windows && $js == '')
        {
                if (!function_exists('get_js_open_window'))
                {