[horde] Typo in login.php

Adrian Walters adrian at na.dhs.org
Tue Feb 18 14:24:03 PST 2003


Running the latest cvs of horde, there appears to be a typo on line 75 of 
login.php


this
     header('Location: ' . Horde::url($url_param), true));
should be this
     header('Location: ' . Horde::url($url_param), true);


More information about the horde mailing list