projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66f0340
)
Initialize the notification handler correctly.
author
Gunnar Wrobel
<p@rdus.de>
Thu, 30 Apr 2009 18:54:24 +0000
(20:54 +0200)
committer
Gunnar Wrobel
<p@rdus.de>
Thu, 30 Apr 2009 18:54:24 +0000
(20:54 +0200)
koward/lib/Koward.php
patch
|
blob
|
history
diff --git
a/koward/lib/Koward.php
b/koward/lib/Koward.php
index
3c56d4e
..
9120858
100644
(file)
--- 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. */