X-Git-Url: https://git.sur5r.net/?p=bacula%2Fbacula;a=blobdiff_plain;f=gui%2Fbaculum%2Fprotected%2FAPI%2FPages%2FAPI%2FBVFSRestore.php;h=7e12d94b9e3dcdf8144ab790b0a9c62c647517c0;hp=f94c1d0b9538deb49add698b7bdb853a415cbb25;hb=2e793c9b32d91e8a44344ac7bd40d82b3769340c;hpb=e26b9d05c8c05fccef0d89c50759d4df75fbd359 diff --git a/gui/baculum/protected/API/Pages/API/BVFSRestore.php b/gui/baculum/protected/API/Pages/API/BVFSRestore.php index f94c1d0b95..7e12d94b9e 100644 --- a/gui/baculum/protected/API/Pages/API/BVFSRestore.php +++ b/gui/baculum/protected/API/Pages/API/BVFSRestore.php @@ -68,7 +68,7 @@ class BVFSRestore extends BaculumAPIServer { array_push($cmd, 'hardlink="' . $findexes . '"'); } - $result = $this->getModule('bconsole')->bconsoleCommand($this->director, $cmd, $this->user); + $result = $this->getModule('bconsole')->bconsoleCommand($this->director, $cmd); $this->output = $result->output; $this->error = $result->exitcode; }