Skip to content

Commit 3acca22

Browse files
committed
Fixes func call self::calcSha1
1 parent 922c3ef commit 3acca22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Qiniu/Etag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public static function sum($filename)
5252
fclose($fhandler);
5353
return array(null, $err);
5454
}
55-
list($sha1Code, ) = calSha1($fdata);
55+
list($sha1Code, ) = self::calcSha1($fdata);
5656
$sha1Buf = array_merge($sha1Buf, $sha1Code);
5757
} else {
5858
array_push($sha1Buf, 0x96);

0 commit comments

Comments
 (0)