"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:21:02 +00:00
parent bf6d7835ad
commit 488d34d820

View File

@ -599,7 +599,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';
}