We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90afc99 commit 9387f02Copy full SHA for 9387f02
server/lib/classes/system.inc.php
@@ -2100,7 +2100,7 @@ public function exec_safe($cmd) {
2100
$this->_last_exec_retcode = null;
2101
$ret = exec($cmd, $this->_last_exec_out, $this->_last_exec_retcode);
2102
2103
- $this->app->log("safe_exec cmd: " . $cmd . " - return code: " . $this->_last_exec_retcode, LOGLEVEL_DEBUG);
+ $app->log("safe_exec cmd: " . $cmd . " - return code: " . $this->_last_exec_retcode, LOGLEVEL_DEBUG);
2104
2105
return $ret;
2106
}
0 commit comments