Skip to content

Commit 246cd18

Browse files
committed
Update BucketManager.php
1 parent 18d092a commit 246cd18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Qiniu/Storage/BucketManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function listbuckets(
5959
$line = 'false',
6060
$shared = 'false'
6161
) {
62-
$path = '/v3/buckets?region=' . $region . '&line=' . $line . '&shared=' . $share;
62+
$path = '/v3/buckets?region=' . $region . '&line=' . $line . '&shared=' . $shared;
6363
$info = $this->ucPost($path);
6464
return $info;
6565
}

0 commit comments

Comments
 (0)