Skip to content

Commit db94d4f

Browse files
authored
Merge pull request #45 from jeedom/typo-additionalParam
fix additionalParam typo
2 parents dbbacbb + bf486ac commit db94d4f

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)