"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:54 +00:00
parent 39ef00b23f
commit d08659a57b

View File

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