[horde] Bug in lib/Auth/ftp.php
Chuck Hagenbuch
chuck at horde.org
Fri Feb 14 19:23:09 PST 2003
Quoting Jeff Graves <jeff at image-src.com>:
> I can't write patches so here's what I got starting @ line 33 of
> horde/lib/Auth/ftp.php:
>
> function Auth_ftp($params = array())
> {
> if (!Horde::extension_exists('ftp')) {
>
> Should be:
>
> function Auth_ftp($params = array())
> {
> if (!Horde::extensionExists('ftp')) {
Fixed, thanks.
-chuck
--
Charles Hagenbuch, <chuck at horde.org>
must ... find ... acorns ... *thud*
More information about the horde
mailing list