Initialize the notification handler correctly.
authorGunnar Wrobel <p@rdus.de>
Thu, 30 Apr 2009 18:54:24 +0000 (20:54 +0200)
committerGunnar Wrobel <p@rdus.de>
Thu, 30 Apr 2009 18:54:24 +0000 (20:54 +0200)
koward/lib/Koward.php

index 3c56d4e..9120858 100644 (file)
@@ -53,6 +53,8 @@ class Koward {
         include_once 'Horde/Registry.php';
 
         $notification = Notification::singleton();
+        $notification->attach('status');
+
         $registry     = Registry::singleton();
 
         /* Browser detection object. */