We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b4c474 + 3acca22 commit 3404302Copy full SHA for 3404302
src/Qiniu/Etag.php
@@ -52,7 +52,7 @@ public static function sum($filename)
52
fclose($fhandler);
53
return array(null, $err);
54
}
55
- list($sha1Code, ) = calSha1($fdata);
+ list($sha1Code, ) = self::calcSha1($fdata);
56
$sha1Buf = array_merge($sha1Buf, $sha1Code);
57
} else {
58
array_push($sha1Buf, 0x96);
0 commit comments