]> git.sur5r.net Git - bacula/bacula/blobdiff - gui/baculum/protected/Web/Portlets/JobList.php
baculum: Add restore job selection in restore job wizard
[bacula/bacula] / gui / baculum / protected / Web / Portlets / JobList.php
index 1878467dbbc8fbe801fb4fafbeeb6988e2b2183c..15e73021e41f4507d1fe49d7f4505a4143132be5 100644 (file)
@@ -3,7 +3,7 @@
  * Bacula(R) - The Network Backup Solution
  * Baculum   - Bacula web interface
  *
- * Copyright (C) 2013-2016 Kern Sibbald
+ * Copyright (C) 2013-2017 Kern Sibbald
  *
  * The main author of Baculum is Marcin Haba.
  * The original author of Bacula is Kern Sibbald, with contributions
@@ -66,7 +66,7 @@ class JobList extends Portlets implements ISlideWindow {
                $misc = $this->Application->getModule('misc');
                $this->jobLevels = $misc->getJobLevels();
                $this->jobStates = $misc->getJobState();
-               $this->jobTypes = $misc->getJobType();
+               $this->jobTypes = $misc->job_types;
                $this->runningJobStates = $misc->getRunningJobStates();
        }