projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9aa9438
)
Turba: Fix incorrect exception class name
author
Ben Klang
<ben@alkaloid.net>
Tue, 1 Jun 2010 19:03:16 +0000
(15:03 -0400)
committer
Ben Klang
<ben@alkaloid.net>
Wed, 2 Jun 2010 19:22:25 +0000
(15:22 -0400)
turba/lib/Turba.php
patch
|
blob
|
history
diff --git
a/turba/lib/Turba.php
b/turba/lib/Turba.php
index
a71b6a4
..
3c8006a
100644
(file)
--- a/
turba/lib/Turba.php
+++ b/
turba/lib/Turba.php
@@
-570,7
+570,7
@@
class Turba {
$result = $share->save();
} catch (Horde_Share_Exception $e) {
Horde::logMessage($e->getMessage, 'ERR');
- throw new
Nag
_Exception($e);
+ throw new
Turba
_Exception($e);
}
/* Update share_id as backends like Kolab change it to the IMAP folder