From f54104eaa0a091cccc1c1e6f85ccffc2d465abd5 Mon Sep 17 00:00:00 2001 From: Terran Date: Fri, 4 Dec 2020 22:26:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=A0=E9=99=A4=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E8=BF=94=E5=9B=9E=E5=80=BCbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/QiniuAdapter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/QiniuAdapter.php b/src/QiniuAdapter.php index 25500467..6c98b47a 100755 --- a/src/QiniuAdapter.php +++ b/src/QiniuAdapter.php @@ -336,7 +336,7 @@ public function delete($path) { $bucketMgr = $this->getBucketManager(); - $error = $bucketMgr->delete($this->bucket, $path); + list($ret, $error) = $bucketMgr->delete($this->bucket, $path); if ($error !== null) { $this->logQiniuError($error, $this->bucket . '/' . $path);