Skip to content

Commit 92eba5f

Browse files
authored
Update script.class.php
1 parent fce32a5 commit 92eba5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/class/script.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ public function refresh() {
181181
if (trim($this->getConfiguration('request')) == '') {
182182
return;
183183
}
184-
$this->checkAndUpdateCmd($this, $this->execute());
184+
$this->getEqLogic()->checkAndUpdateCmd($this, $this->execute());
185185
}
186186

187187
public function preSave() {

0 commit comments

Comments
 (0)