"fixed wrong build pass, causing an open_basdir warning, as url get appended to egroupware dir"

This commit is contained in:
Ralf Becker 2009-11-30 16:24:34 +00:00
parent 0e05b016ed
commit 2cb6179a5e

View File

@ -583,7 +583,7 @@ abstract class egw_framework
$theme_css = $GLOBALS['egw_info']['server']['webserver_url'] . $theme_css .'?'.filemtime(EGW_SERVER_ROOT.$theme_css);
$print_css = '/phpgwapi/templates/'.$this->template.'/print.css';
if(!file_exists(EGW_SERVER_ROOT.$theme_css))
if(!file_exists(EGW_SERVER_ROOT.$print_css))
{
$print_css = '/phpgwapi/templates/idots/print.css';
}