Skip to content

Commit a2ab96e

Browse files
authored
Update Keep2ShareAPI.php
1 parent b45f946 commit a2ab96e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Keep2ShareAPI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ public function findFile($md5)
281281
));
282282
}
283283

284-
public function createFileByHash($md5, $name, $parent = '/', $access = Keep2ShareAPI::FILE_ACCESS_PUBLIC)
284+
public function createFileByHash($md5, $name, $parent = null, $access = Keep2ShareAPI::FILE_ACCESS_PUBLIC)
285285
{
286286
return $this->request('createFileByHash', array(
287287
'hash' => $md5,

0 commit comments

Comments
 (0)