no return after a throw
authorChuck Hagenbuch <chuck@horde.org>
Tue, 14 Jul 2009 04:38:47 +0000 (00:38 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Tue, 14 Jul 2009 04:38:47 +0000 (00:38 -0400)
framework/Auth/lib/Horde/Auth/Ftp.php

index 531e77e..d35e794 100644 (file)
@@ -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(