diff options
Diffstat (limited to 'app/Controller/ProjectStatusController.php')
-rw-r--r-- | app/Controller/ProjectStatusController.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/Controller/ProjectStatusController.php b/app/Controller/ProjectStatusController.php index 78e77870..5bc445be 100644 --- a/app/Controller/ProjectStatusController.php +++ b/app/Controller/ProjectStatusController.php @@ -19,7 +19,6 @@ class ProjectStatusController extends BaseController $this->response->html($this->template->render('project_status/enable', array( 'project' => $project, - 'title' => t('Project activation') ))); } @@ -49,7 +48,6 @@ class ProjectStatusController extends BaseController $this->response->html($this->template->render('project_status/disable', array( 'project' => $project, - 'title' => t('Project activation') ))); } |