projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
199a59c
)
no return after a throw
author
Chuck Hagenbuch
<chuck@horde.org>
Tue, 14 Jul 2009 04:38:47 +0000
(
00:38
-0400)
committer
Chuck Hagenbuch
<chuck@horde.org>
Tue, 14 Jul 2009 04:38:47 +0000
(
00:38
-0400)
framework/Auth/lib/Horde/Auth/Ftp.php
patch
|
blob
|
history
diff --git
a/framework/Auth/lib/Horde/Auth/Ftp.php
b/framework/Auth/lib/Horde/Auth/Ftp.php
index
531e77e
..
d35e794
100644
(file)
--- a/
framework/Auth/lib/Horde/Auth/Ftp.php
+++ b/
framework/Auth/lib/Horde/Auth/Ftp.php
@@
-33,7
+33,6
@@
class Horde_Auth_Ftp extends Horde_Auth_Base
{
if (!Horde_Util::extensionExists('ftp')) {
throw new Horde_Exception('Horde_Auth_Ftp: Required FTP extension not found. Compile PHP with the --enable-ftp switch.');
- return false;
}
$params = array_merge(array(