From: Chuck Hagenbuch Date: Tue, 14 Jul 2009 04:38:47 +0000 (-0400) Subject: no return after a throw X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=96760e0cf46f602bbcca6f1dd2aca4c519bb01b9;p=horde.git no return after a throw --- 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(