Turba: Fix incorrect exception class name
authorBen Klang <ben@alkaloid.net>
Tue, 1 Jun 2010 19:03:16 +0000 (15:03 -0400)
committerBen Klang <ben@alkaloid.net>
Wed, 2 Jun 2010 19:22:25 +0000 (15:22 -0400)
turba/lib/Turba.php

index a71b6a4..3c8006a 100644 (file)
@@ -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