]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/baculum/protected/Pages/API/BVFSLsFiles.php
Support for customized and restricted consoles
[bacula/bacula] / gui / baculum / protected / Pages / API / BVFSLsFiles.php
index ab474ccc09dea3d0ad9094ffbd75df1a17adab65..2d87ee7c4eca0534bae5d5b9aff29f382ab9eac9 100644 (file)
@@ -42,7 +42,7 @@ class BVFSLsFiles extends BaculumAPI {
                        if($limit > 0) {
                                array_push($cmd, 'limit="' .  $limit . '"');
                        }
-                       $result = $this->getModule('bconsole')->bconsoleCommand($this->director, $cmd);
+                       $result = $this->getModule('bconsole')->bconsoleCommand($this->director, $cmd, $this->user);
                        $this->output = $result->output;
                        $this->error = (integer)$result->exitcode;
                } else {