summaryrefslogtreecommitdiff
path: root/lib/Kolab/CalDAV
diff options
context:
space:
mode:
authorThomas Bruederli <bruederli@kolabsys.com>2014-11-10 09:40:50 (GMT)
committerThomas Bruederli <bruederli@kolabsys.com>2014-11-10 09:40:50 (GMT)
commitb81422089672aa74646c9c9cd0b751cfdf569cca (patch)
tree9872e36eb0242f258c344fe9cf94ecc8d1748e34 /lib/Kolab/CalDAV
parent8ac98c43231eccbb9e254c6f001c8d9f99fa1c03 (diff)
downloadiRony-b81422089672aa74646c9c9cd0b751cfdf569cca.tar.gz
Fix namespace error on HTTP exception
Diffstat (limited to 'lib/Kolab/CalDAV')
-rw-r--r--lib/Kolab/CalDAV/Plugin.php2
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 {