From: Marcin Haba Date: Tue, 29 Dec 2015 21:39:32 +0000 (+0100) Subject: baculum: Tweak fix typo X-Git-Tag: Release-7.4.0~76 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ad0fb0fc75dc69eaa279ea4e8c9fd29c8b143db7;p=bacula%2Fbacula baculum: Tweak fix typo --- diff --git a/gui/baculum/protected/Pages/API/Jobs.php b/gui/baculum/protected/Pages/API/Jobs.php index d9a45f5898..e1bc0fd4ed 100644 --- a/gui/baculum/protected/Pages/API/Jobs.php +++ b/gui/baculum/protected/Pages/API/Jobs.php @@ -33,7 +33,7 @@ class Jobs extends BaculumAPI { } else { $error = true; $this->output = $allowedJobs->output; - $this->error = $allowedJobs->error; + $this->error = $allowedJobs->exitcode; } }