From 729bc17dd13258eca64c3dbc789368f15fc64f62 Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel
Date: Wed, 1 Dec 2010 22:00:08 +0100 Subject: [PATCH] Concatenate. --- framework/Auth/lib/Horde/Auth/Ftp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( -- 2.11.0