Skip to content

Commit 3cfe0f7

Browse files
committed
query -> params
1 parent 042d447 commit 3cfe0f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Qiniu/Processing/PersistentFop.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ public function execute($key, $fops)
6565
$fops = implode(';', $fops);
6666
}
6767
$params = array('bucket' => $this->bucket, 'key' => $key, 'fops' => $fops);
68-
\Qiniu\setWithoutEmpty($query, 'pipeline', $this->pipeline);
69-
\Qiniu\setWithoutEmpty($query, 'notifyURL', $this->notify_url);
68+
\Qiniu\setWithoutEmpty($params, 'pipeline', $this->pipeline);
69+
\Qiniu\setWithoutEmpty($params, 'notifyURL', $this->notify_url);
7070
if ($this->force) {
7171
$params['force'] = 1;
7272
}

0 commit comments

Comments
 (0)