We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f46a0 commit 860e96dCopy full SHA for 860e96d
1 file changed
core/class/script.class.php
@@ -183,7 +183,6 @@ public function refresh() {
183
}
184
$value = $this->execute();
185
if ($this->execCmd() != $this->formatValue($value)) {
186
- $this->setCollectDate('');
187
$this->event($value);
188
189
@@ -404,7 +403,6 @@ public function execute($_options = null) {
404
403
foreach ($this->getEqLogic()->getCmd('info') as $cmd) {
405
$value = $cmd->execute();
406
if ($cmd->execCmd(null, 2) != $cmd->formatValue($value)) {
407
- $cmd->setCollectDate('');
408
$cmd->event($value);
409
410
0 commit comments