Skip to content

Commit 5386f55

Browse files
authored
Update ajaxSystem.class.php
1 parent db94d4f commit 5386f55

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

core/class/ajaxSystem.class.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -392,10 +392,7 @@ public function execute($_options = array()) {
392392
$command['command'] = $this->getLogicalId();
393393
}
394394
if(isset(explode(" ", $this->getLogicalId())[1]) && explode(" ", $this->getLogicalId())[1] != ""){
395-
if(!isset($command['AdditionalParam'])){
396-
$command['additionalParam'] = array();
397-
}
398-
$command['AdditionalParam'] = array(
395+
$command['additionalParam'] = array(
399396
'additionalParamType' => 'CHANNELS',
400397
'channels' => array("CHANNEL_".explode(" ", $this->getLogicalId())[1])
401398
);

0 commit comments

Comments
 (0)