Skip to content

Commit 454522f

Browse files
committed
Merge branch 'develop'
2 parents 748f6d3 + c3affe5 commit 454522f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upyun.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function __construct($bucketname, $username, $password, $endpoint = NULL)
9898
* 获取当前SDK版本号
9999
*/
100100
public function version() {
101-
return sels::$VERSION;
101+
return self::$VERSION;
102102
}
103103

104104
/**

0 commit comments

Comments
 (0)