Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Jun 6, 2024
1 parent 28efa92 commit 4258c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/class/history.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ public function save($_cmd = null, $_direct = false) {
if ($this->getValue() === null) {
return;
}
//global $JEEDOM_INTERNAL_CONFIG;
global $JEEDOM_INTERNAL_CONFIG;
if ($_cmd === null) {
$cmd = $this->getCmd();
if (!is_object($cmd)) {
Expand Down

0 comments on commit 4258c31

Please sign in to comment.