From: Gunnar Wrobel
Date: Thu, 30 Apr 2009 18:54:24 +0000 (+0200) Subject: Initialize the notification handler correctly. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=5623564ed06f3cf009609855a98d8268a4ba1ae5;p=horde.git Initialize the notification handler correctly. --- diff --git a/koward/lib/Koward.php b/koward/lib/Koward.php index 3c56d4ee0..912085836 100644 --- a/koward/lib/Koward.php +++ b/koward/lib/Koward.php @@ -53,6 +53,8 @@ class Koward { include_once 'Horde/Registry.php'; $notification = Notification::singleton(); + $notification->attach('status'); + $registry = Registry::singleton(); /* Browser detection object. */