Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8b1ed1c

Browse files
committedMay 23, 2014
add comma
1 parent a507291 commit 8b1ed1c

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
@@ -53,7 +53,7 @@ function createFile($filename, $mime)
5353
}
5454

5555
// Use the old style if using an older version of PHP
56-
$value = "@{$filename}"
56+
$value = "@{$filename}";
5757
if (!empty($mime)) {
5858
$value .= ';type=' . $mime;
5959
}

0 commit comments

Comments
 (0)
Please sign in to comment.