[eGroupWare-svn] r55759 - /trunk/egroupware/api/src/CalDAV.php

[email protected]
Newsgroups gmane.comp.web.egroupware.cvs
Message-ID <[email protected]>
Author: ralfbecker
Date: Fri Apr 15 17:35:52 2016
New Revision: 55759

URL: http://svn.stylite.de/viewvc/egroupware?rev=55759&view=rev
Log:
fix PHP Fatal error:  Class 'EGroupware\Api\egw' not found in api/src/CalDAV.php on line 1527

Modified:
    trunk/egroupware/api/src/CalDAV.php

Modified: trunk/egroupware/api/src/CalDAV.php
URL: http://svn.stylite.de/viewvc/egroupware/trunk/egroupware/api/src/CalDAV.php?rev=55759&r1=55758&r2=55759&view=diff
==============================================================================
--- trunk/egroupware/api/src/CalDAV.php (original)
+++ trunk/egroupware/api/src/CalDAV.php Fri Apr 15 17:35:52 2016
@@ -1524,7 +1524,7 @@
 				$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));
 	}
 
 	/**


------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.