diff --git a/PHPCI/Controller/BuildController.php b/PHPCI/Controller/BuildController.php index 309fa6f9..00c9fb90 100644 --- a/PHPCI/Controller/BuildController.php +++ b/PHPCI/Controller/BuildController.php @@ -35,7 +35,6 @@ class BuildController extends b8\Controller $view = new b8\View('Build'); $view->build = $build; $view->data = $this->getBuildData($buildId); - $view->plugins = $build->getPlugins(); return $view->render(); } diff --git a/PHPCI/View/Build.phtml b/PHPCI/View/Build.phtml index 15ad8304..9f4effad 100644 --- a/PHPCI/View/Build.phtml +++ b/PHPCI/View/Build.phtml @@ -25,7 +25,6 @@ -