forked from extern/egroupware
fixing a typo reported by David.C Rankin
This commit is contained in:
parent
08ec384512
commit
a7ff696963
@ -96,7 +96,7 @@ $GLOBALS['egw_info']['server']['versions']['header'] = '1.29';
|
|||||||
|
|
||||||
if(!isset($GLOBALS['egw_info']['flags']['noapi']) || !$GLOBALS['egw_info']['flags']['noapi'])
|
if(!isset($GLOBALS['egw_info']['flags']['noapi']) || !$GLOBALS['egw_info']['flags']['noapi'])
|
||||||
{
|
{
|
||||||
if (substr($_SERVER['SCRIPT_NAME'],-7) != 'dav.php') // dont do it for webdav/groupdav, as we can not savely switch it off again
|
if (substr($_SERVER['SCRIPT_NAME'],-7) != 'dav.php') // dont do it for webdav/groupdav, as we can not safely switch it off again
|
||||||
{
|
{
|
||||||
ob_start(); // to prevent error messages to be send before our headers
|
ob_start(); // to prevent error messages to be send before our headers
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user