From: Ben Klang Date: Tue, 1 Jun 2010 19:03:16 +0000 (-0400) Subject: Turba: Fix incorrect exception class name X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ae763be4843e6b6301684d9eb39a938eaa83af08;p=horde.git Turba: Fix incorrect exception class name --- diff --git a/turba/lib/Turba.php b/turba/lib/Turba.php index a71b6a492..3c8006ab3 100644 --- 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