From 3de71b2155db08f59c97784e0356012226e650d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kinn=20Coelho=20Juli=C3=A3o?= Date: Fri, 17 May 2013 10:08:15 -0400 Subject: [PATCH] Removed from view once it's loaded by AJAX request --- PHPCI/Controller/BuildController.php | 1 - PHPCI/View/Build.phtml | 1 - 2 files changed, 2 deletions(-) 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 @@ -