Concatenate.
authorGunnar Wrobel <p@rdus.de>
Wed, 1 Dec 2010 21:00:08 +0000 (22:00 +0100)
committerGunnar Wrobel <p@rdus.de>
Wed, 1 Dec 2010 21:10:18 +0000 (22:10 +0100)
framework/Auth/lib/Horde/Auth/Ftp.php

index 8603b22..c131a5b 100644 (file)
@@ -32,7 +32,7 @@ class Horde_Auth_Ftp extends Horde_Auth_Base
     public function __construct(array $params = array())
     {
         if (!Horde_Util::extensionExists('ftp')) {
-            throw new Horde_Auth_Exception(__CLASS__ ': Required FTP extension not found. Compile PHP with the --enable-ftp switch.');
+            throw new Horde_Auth_Exception(__CLASS__ ': Required FTP extension not found. Compile PHP with the --enable-ftp switch.');
         }
 
         $params = array_merge(array(