Skip to content

Commit

Permalink
Merge pull request #2975 from jeedom/alpha
Browse files Browse the repository at this point in the history
stable
  • Loading branch information
zoic21 authored Nov 7, 2024
2 parents 1bf3303 + bbf831a commit 3147cdf
Show file tree
Hide file tree
Showing 6 changed files with 311 additions and 105 deletions.
2 changes: 2 additions & 0 deletions core/class/listener.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ public function remove() {

public function emptyEvent() {
$this->event = array();
return $this;
}

public function addEvent($_id) {
Expand All @@ -313,6 +314,7 @@ public function addEvent($_id) {
$event[] = '#' . $id . '#';
}
$this->setEvent($event);
return $this;
}

/* * **********************Getteur Setteur*************************** */
Expand Down
Loading

0 comments on commit 3147cdf

Please sign in to comment.