From ad0fb0fc75dc69eaa279ea4e8c9fd29c8b143db7 Mon Sep 17 00:00:00 2001 From: Marcin Haba Date: Tue, 29 Dec 2015 22:39:32 +0100 Subject: [PATCH] baculum: Tweak fix typo --- gui/baculum/protected/Pages/API/Jobs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } } -- 2.39.5