fix exception name
authorMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 19 May 2010 19:38:12 +0000 (15:38 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 19 May 2010 19:38:12 +0000 (15:38 -0400)
framework/Share/lib/Horde/Share/Sql/Hierarchical.php

index 007af4b..e1d48e8 100644 (file)
@@ -444,7 +444,7 @@ class Horde_Share_Sql_Hierarchical extends Horde_Share_Sql
     {
         try {
             Horde::callHook('share_remove', array($share));
-        } catch (Horde_Share_Exception_HookNotSet $e) {}
+        } catch (Horde_Exception_HookNotSet $e) {}
 
         /* Get the list of all $share's children */
         $children = $share->getChildren(null, true);