[dev] Typo in horde/prefs.php (HEAD)

Jan Kuipers jrkuipers at lauwerscollege.nl
Thu Nov 27 14:36:49 PST 2003


Regarding HEAD branch:
The horde prefs don't show up, because of a typo in horde/prefs.php.
Patch attached.

--
Jan Kuipers
Systeembeheer Lauwers College

----------------------------------------------------------------
DISCLAIMER

This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. If verification is required please request a hard-copy version.
-------------- next part --------------
Index: prefs.php
===================================================================
RCS file: /repository/horde/prefs.php,v
retrieving revision 2.16
diff -u -r2.16 prefs.php
--- prefs.php	26 Nov 2003 19:28:53 -0000	2.16
+++ prefs.php	27 Nov 2003 22:30:45 -0000
@@ -103,6 +103,6 @@
 require HORDE_BASE . '/services/portal/navbar.php';
 
 /* Show the UI. */
-Prefs_UI::render($group);
+Prefs_UI::generateUI($group);
 
 require HORDE_TEMPLATES . '/common-footer.inc';


More information about the dev mailing list