[dev] Re: Re: Fw: Horde_Links patch
Jeroen Huinink
j.huinink at wanadoo.nl
Sun Feb 23 20:15:28 PST 2003
"Chuck Hagenbuch" <chuck at horde.org> wrote:
> Okay... where do you get a UI for that? I get a "Funny Note" header in my
> task view, but nothing else, no links, etc...
In registry.php.dist klutz doesn't have a 'provides' setting, since there
was no real API before.
----
Index: registry.php.dist
===================================================================
RCS file: /repository/horde/config/registry.php.dist,v
retrieving revision 1.143
diff -u -r1.143 registry.php.dist
--- registry.php.dist 22 Feb 2003 16:37:22 -0000 1.143
+++ registry.php.dist 23 Feb 2003 19:12:48 -0000
@@ -325,6 +325,7 @@
'webroot' => $this->applications['horde']['webroot'] . '/klutz',
'icon' => $this->applications['horde']['webroot'] .
'/klutz/graphics/klutz.gif',
'name' => _("Comics"),
+ 'provides' => 'comics',
'allow_guests' => false,
'status' => 'active',
'menu_parent' => 'info'
----
This fixes it. The Add button should now show up.
Regards,
Jeroen
More information about the dev
mailing list