From 96760e0cf46f602bbcca6f1dd2aca4c519bb01b9 Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Tue, 14 Jul 2009 00:38:47 -0400 Subject: [PATCH] no return after a throw --- framework/Auth/lib/Horde/Auth/Ftp.php | 1 - 1 file changed, 1 deletion(-) diff --git a/framework/Auth/lib/Horde/Auth/Ftp.php b/framework/Auth/lib/Horde/Auth/Ftp.php index 531e77e7b..d35e7946b 100644 --- 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( -- 2.11.0