]> git.sur5r.net Git - bacula/bacula/commitdiff
baculum: Tweak fix typo
authorMarcin Haba <marcin.haba@bacula.pl>
Tue, 29 Dec 2015 21:39:32 +0000 (22:39 +0100)
committerMarcin Haba <marcin.haba@bacula.pl>
Tue, 29 Dec 2015 21:39:32 +0000 (22:39 +0100)
gui/baculum/protected/Pages/API/Jobs.php

index d9a45f58987687cb0ee48658f17a8f887b49c1ed..e1bc0fd4edbefa033bb3d1afcb9f228d8fe76bc3 100644 (file)
@@ -33,7 +33,7 @@ class Jobs extends BaculumAPI {
                        } else {
                                $error = true;
                                $this->output = $allowedJobs->output;
-                               $this->error = $allowedJobs->error;
+                               $this->error = $allowedJobs->exitcode;
                        }
                }