[turba] Typo in turba/lib/base.php

Jan Kuipers jrkuipers at lauwerscollege.nl
Thu Jan 2 23:45:27 PST 2003


Index: base.php
===================================================================
RCS file: /repository/turba/lib/base.php,v
retrieving revision 1.29
diff -u -r1.29 base.php
--- base.php	2 Jan 2003 20:42:40 -0000	1.29
+++ base.php	2 Jan 2003 22:43:17 -0000
@@ -50,7 +50,7 @@
 if (!(Auth::getAuth() || $registry->allowGuests())) {
     $url = $registry->getParam('webroot', 'horde') . '/login.php';
     $url = Horde::addParameter($url, 'url', Horde::selfUrl());
-    header('Location: ' Horde::url($url, true));
+    header('Location: ' . Horde::url($url, true));
     exit;
 }


-- 
Jan Kuipers
Systeembeheer Lauwers College



More information about the turba mailing list