Fix braces.
authorJan Schneider <jan@horde.org>
Mon, 15 Feb 2010 14:42:10 +0000 (15:42 +0100)
committerJan Schneider <jan@horde.org>
Mon, 15 Feb 2010 17:03:58 +0000 (18:03 +0100)
kronolith/lib/View/Event.php

index 8920ebe..900f0c5 100644 (file)
@@ -77,8 +77,8 @@ class Kronolith_View_Event {
                             break;
                         }
                     }
-                } catch (Exception $e) {
                 }
+            } catch (Exception $e) {
             }
         }