[dev] Typo in framework/Perms/Perms.php

Jan Kuipers jrkuipers at lauwerscollege.nl
Thu Jan 22 00:11:17 PST 2004


Regarding HEAD

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: Perms.php
===================================================================
RCS file: /repository/framework/Perms/Perms.php,v
retrieving revision 1.68
diff -u -r1.68 Perms.php
--- Perms.php	22 Jan 2004 03:19:38 -0000	1.68
+++ Perms.php	22 Jan 2004 08:07:19 -0000
@@ -47,7 +47,7 @@
         global $conf;
 
         if (!isset($conf['datatree']['driver'])) {
-            Horde::fatal(_("You must configure a DataTree backend to use Horde.", __FILE__, __LINE__);
+            Horde::fatal(_("You must configure a DataTree backend to use Horde.", __FILE__, __LINE__));
         }
 
         $driver = $conf['datatree']['driver'];


More information about the dev mailing list