Skip to content

Commit a507291

Browse files
committed
fixed char
1 parent bb6ab0d commit a507291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiniu/io.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function Qiniu_Put($upToken, $key, $body, $putExtra) // => ($putRet, $err)
4444
return Qiniu_Client_CallWithMultipartForm($client, $QINIU_UP_HOST, $fields, $files);
4545
}
4646

47-
function createFile($filename $mime)
47+
function createFile($filename, $mime)
4848
{
4949
// PHP 5.5 introduced a CurlFile object that deprecates the old @filename syntax
5050
// See: https://wiki.php.net/rfc/curl-file-upload

0 commit comments

Comments
 (0)