fix PHP Fatal error: Class 'EGroupware\Api\egw' not found in api/src/CalDAV.php on line 1527

This commit is contained in:
Ralf Becker 2016-04-15 15:35:52 +00:00
parent aa2275ace8
commit b5d106a55e

View File

@ -1524,7 +1524,7 @@ class CalDAV extends HTTP_WebDAV_Server
$url_prefix = ($_SERVER['HTTPS'] ? 'https' : 'http').'://'.$_SERVER['HTTP_HOST'];
}
}
return $url_prefix.egw::link(Vfs::download_url($path));
return $url_prefix.Framework::link(Vfs::download_url($path));
}
/**