Skip to content

Commit bf486ac

Browse files
authored
fix additionalParam typo
1 parent dbbacbb commit bf486ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/class/ajaxSystem.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ public function execute($_options = array()) {
393393
}
394394
if(isset(explode(" ", $this->getLogicalId())[1]) && explode(" ", $this->getLogicalId())[1] != ""){
395395
if(!isset($command['AdditionalParam'])){
396-
$command['AdditionalParam'] = array();
396+
$command['additionalParam'] = array();
397397
}
398398
$command['AdditionalParam'] = array(
399399
'additionalParamType' => 'CHANNELS',

0 commit comments

Comments
 (0)