Skip to content

Commit 444cb1c

Browse files
author
Kamas "Iceberg" Lau
committed
类属性错误修改
open类类属性$_bucket_name实际应为$_bucketname
1 parent a76e811 commit 444cb1c

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
@@ -61,7 +61,7 @@ class UpYun {
6161
const X_GMKERL_UNSHARP = 'x­gmkerl-unsharp';
6262
/*}}}*/
6363

64-
private $_bucket_name;
64+
private $_bucketname;
6565
private $_username;
6666
private $_password;
6767
private $_timeout = 30;

0 commit comments

Comments
 (0)