Skip to content

Commit 90afc99

Browse files
author
Marius Burkard
committed
- missed changing app->system to this.
1 parent 8ab148b commit 90afc99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/lib/classes/system.inc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2154,8 +2154,8 @@ public function create_jailkit_chroot($home_dir, $app_sections = array()) {
21542154
}
21552155

21562156
// Change ownership of the chroot directory to root
2157-
$app->system->chown($home_dir, 'root');
2158-
$app->system->chgrp($home_dir, 'root');
2157+
$this->chown($home_dir, 'root');
2158+
$this->chgrp($home_dir, 'root');
21592159

21602160
$app_args = '';
21612161
foreach($app_sections as $app_section) {

0 commit comments

Comments
 (0)