Log errors.
authorJan Schneider <jan@horde.org>
Thu, 3 Jun 2010 12:22:32 +0000 (14:22 +0200)
committerJan Schneider <jan@horde.org>
Thu, 3 Jun 2010 12:22:32 +0000 (14:22 +0200)
framework/Ajax/lib/Horde/Ajax/Application/Base.php

index f4d11ab..a84aaee 100644 (file)
@@ -143,7 +143,9 @@ abstract class Horde_Ajax_Application_Base
                 asort($groups);
                 $result->groups = $groups;
             }
-        } catch (Horde_Group_Exception $e) { }
+        } catch (Horde_Group_Exception $e) {
+            Horde::logMessage($e);
+        }
         return $result;
     }