Skip to content

Commit de4c5ed

Browse files
T3RAN13T3RAN13
authored andcommitted
CommandQueryData fixes
1 parent 7095523 commit de4c5ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Commands/CommandQueryData.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function setParams($params)
3636
*/
3737
public function setParamByKey($setKey, $setVal)
3838
{
39-
$this->setArrayElementByKey($this->params, $setKey, $setVal);
39+
$this->params = $this->setArrayElementByKey($this->params, $setKey, $setVal);
4040
}
4141

4242
/**

0 commit comments

Comments
 (0)