Skip to content

Commit

Permalink
Fixing previous fix the s3 storage
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesegrits committed Nov 18, 2013
1 parent dd630a7 commit 7e928a7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -334,7 +334,7 @@ public function folderExists($folder)
* @return bool
*/

public function createFolder($path, $mode)
public function createFolder($path, $mode = 0755)
{
return true;
}
Expand Down

0 comments on commit 7e928a7

Please sign in to comment.