From: Gunnar Wrobel Date: Wed, 1 Dec 2010 21:00:08 +0000 (+0100) Subject: Concatenate. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=729bc17dd13258eca64c3dbc789368f15fc64f62;p=horde.git Concatenate. --- diff --git a/framework/Auth/lib/Horde/Auth/Ftp.php b/framework/Auth/lib/Horde/Auth/Ftp.php index 8603b22ba..c131a5ba1 100644 --- a/framework/Auth/lib/Horde/Auth/Ftp.php +++ b/framework/Auth/lib/Horde/Auth/Ftp.php @@ -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(