Author: ralfbecker
New Revision: 55014
URL: http://svn.stylite.de/viewvc/egroupware?rev=55014&view=rev
Log:
remove Exception from function signature of ajax_exception_handler, as php 7 throws Error not inherited from Exception, but Throwable does not exist in php < 7.0
Modified:
branches/14.2/egroupware/json.php
— branches/14.2/egroupware/json.php (original)
+++ branches/14.2/egroupware/json.php Tue Feb 16 00:14:25 2016
@@ -31,9 +31,9 @@
*
-
-
@param Exception|Error $e
*/
-function ajax_exception_handler(Exception $e)
+function ajax_exception_handler($e)
{
// handle redirects without logging
if (is_a($e, ‘egw_exception_redirect’))
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
eGroupWare-cvs mailing list
eGroupWare-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-cvs