Skip to content
This repository has been archived by the owner on Nov 26, 2017. It is now read-only.

Commit

Permalink
Fixing up a line ending issue.
Browse files Browse the repository at this point in the history
Fix error
  • Loading branch information
LouisLandry authored and elinw committed Oct 8, 2012
1 parent 9b98280 commit a327843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/joomla/client/ftp.php
Expand Up @@ -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']))
Expand Down

0 comments on commit a327843

Please sign in to comment.