From a3278436d039be0a69bef700458b6aa6f562eafd Mon Sep 17 00:00:00 2001 From: Louis Landry Date: Mon, 8 Oct 2012 00:22:43 -0700 Subject: [PATCH] Fixing up a line ending issue. Fix error --- libraries/joomla/client/ftp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/joomla/client/ftp.php b/libraries/joomla/client/ftp.php index 534bd9730a..ac67701984 100644 --- a/libraries/joomla/client/ftp.php +++ b/libraries/joomla/client/ftp.php @@ -136,7 +136,7 @@ class JClientFtp * * @since 12.1 */ - public function __construct($options = array()) + public function __construct(array $options = array()) { // If default transfer type is not set, set it to autoascii detect if (!isset($options['type']))