Patch to follow change in framework
Serge Grondin <[email protected]> Fri, 13 Feb 2004 13:55:16 -0500
| Newsgroups | gmane.comp.horde.mottle |
|---|---|
| Organization | Commission Scolaire des Bois-Francs |
| Message-ID | <[email protected]> |
Hi,
Here is a little patch to follow the change in framework for Browser and
Menu.
===================================================================
RCS file: /repository/mottle/lib/base.php,v
retrieving revision 1.5
diff -u -r1.5 base.php
--- base.php 1 Jan 2004 15:16:31 -0000 1.5
+++ base.php 13 Feb 2004 18:48:29 -0000
@@ -43,11 +43,11 @@
require_once MOTTLE_BASE . '/lib/Mottle.php';
/* Browser detection object. */
-require_once HORDE_BASE . '/lib/Browser.php';
+require_once HORDE_LIBS . 'Horde/Browser.php';
$browser = &Browser::singleton();
/* Set up the menu. */
-require_once HORDE_BASE . '/lib/Menu.php';
+require_once HORDE_LIBS . 'Horde/Menu.php';
$menu = &new Menu();
/* Templates. */
Thanks,
--
Serge Grondin
Technicien en Informatique
Commission Scolaire des Bois-Francs
Tel. bur.: (819) 758-6453, poste 2920
e-Mail bur.: [email protected]
--
mottle mailing list - Join the hunt: http://horde.org/bounties/#mottle
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]