We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 042d447 + 3cfe0f7 commit bf1ead8Copy full SHA for bf1ead8
src/Qiniu/Processing/PersistentFop.php
@@ -65,8 +65,8 @@ public function execute($key, $fops)
65
$fops = implode(';', $fops);
66
}
67
$params = array('bucket' => $this->bucket, 'key' => $key, 'fops' => $fops);
68
- \Qiniu\setWithoutEmpty($query, 'pipeline', $this->pipeline);
69
- \Qiniu\setWithoutEmpty($query, 'notifyURL', $this->notify_url);
+ \Qiniu\setWithoutEmpty($params, 'pipeline', $this->pipeline);
+ \Qiniu\setWithoutEmpty($params, 'notifyURL', $this->notify_url);
70
if ($this->force) {
71
$params['force'] = 1;
72
0 commit comments