From ae763be4843e6b6301684d9eb39a938eaa83af08 Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Tue, 1 Jun 2010 15:03:16 -0400 Subject: [PATCH] Turba: Fix incorrect exception class name --- turba/lib/Turba.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0