[eGroupWare-svn] r56060 - /trunk/egroupware/api/src/Vfs/StreamWrapper.php

[email protected] Fri, 06 May 2016 09:34:29 -0000
Newsgroups gmane.comp.web.egroupware.cvs
Message-ID <[email protected]>
Author: ralfbecker
Date: Fri May  6 11:34:29 2016
New Revision: 56060

URL: http://svn.stylite.de/viewvc/egroupware?rev=56060&view=rev
Log:
fix PHP Fatal caused by calling method of old hooks class

Modified:
    trunk/egroupware/api/src/Vfs/StreamWrapper.php

Modified: trunk/egroupware/api/src/Vfs/StreamWrapper.php
URL: http://svn.stylite.de/viewvc/egroupware/trunk/egroupware/api/src/Vfs/StreamWrapper.php?rev=56060&r1=56059&r2=56060&view=diff
==============================================================================
--- trunk/egroupware/api/src/Vfs/StreamWrapper.php (original)
+++ trunk/egroupware/api/src/Vfs/StreamWrapper.php Fri May  6 11:34:29 2016
@@ -998,7 +998,7 @@
 				'account_lid' => basename($path),
 				'account_name' => basename($path),
 			);
-			call_user_func(array('vfs_home_hooks',$hook_data['location']),$hook_data);
+			call_user_func(array(__NAMESPACE__.'\\Hooks',$hook_data['location']),$hook_data);
 			unset($hook_data);
 			$stat = self::url_stat($path,$flags,false);
 		}


------------------------------------------------------------------------------
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