diff options
author | Thomas Bruederli <bruederli@kolabsys.com> | 2014-11-10 09:40:50 (GMT) |
---|---|---|
committer | Thomas Bruederli <bruederli@kolabsys.com> | 2014-11-10 09:40:50 (GMT) |
commit | b81422089672aa74646c9c9cd0b751cfdf569cca (patch) | |
tree | 9872e36eb0242f258c344fe9cf94ecc8d1748e34 /lib/Kolab/CalDAV | |
parent | 8ac98c43231eccbb9e254c6f001c8d9f99fa1c03 (diff) | |
download | iRony-b81422089672aa74646c9c9cd0b751cfdf569cca.tar.gz |
Fix namespace error on HTTP exception
Diffstat (limited to 'lib/Kolab/CalDAV')
-rw-r--r-- | lib/Kolab/CalDAV/Plugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kolab/CalDAV/Plugin.php b/lib/Kolab/CalDAV/Plugin.php index 41e18a0..5f8d7f2 100644 --- a/lib/Kolab/CalDAV/Plugin.php +++ b/lib/Kolab/CalDAV/Plugin.php @@ -222,7 +222,7 @@ class Plugin extends CalDAV\Plugin } catch (\Exception $e) { // log failures - rcube::raise_error($e, true, false); + \rcube::raise_error($e, true, false); } } else { |