Skip to content

Commit 9387f02

Browse files
author
Marius Burkard
committed
- typo in logging line
1 parent 90afc99 commit 9387f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/lib/classes/system.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2100,7 +2100,7 @@ public function exec_safe($cmd) {
21002100
$this->_last_exec_retcode = null;
21012101
$ret = exec($cmd, $this->_last_exec_out, $this->_last_exec_retcode);
21022102

2103-
$this->app->log("safe_exec cmd: " . $cmd . " - return code: " . $this->_last_exec_retcode, LOGLEVEL_DEBUG);
2103+
$app->log("safe_exec cmd: " . $cmd . " - return code: " . $this->_last_exec_retcode, LOGLEVEL_DEBUG);
21042104

21052105
return $ret;
21062106
}

0 commit comments

Comments
 (0)