summaryrefslogtreecommitdiff
path: root/app/Controller/Category.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller/Category.php')
-rw-r--r--app/Controller/Category.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/Controller/Category.php b/app/Controller/Category.php
index 38322294..4a0128f3 100644
--- a/app/Controller/Category.php
+++ b/app/Controller/Category.php
@@ -43,7 +43,6 @@ class Category extends Base
'values' => array('project_id' => $project['id']),
'errors' => array(),
'project' => $project,
- 'menu' => 'projects',
'title' => t('Categories')
)));
}
@@ -76,7 +75,6 @@ class Category extends Base
'values' => $values,
'errors' => $errors,
'project' => $project,
- 'menu' => 'projects',
'title' => t('Categories')
)));
}
@@ -95,7 +93,6 @@ class Category extends Base
'values' => $category,
'errors' => array(),
'project' => $project,
- 'menu' => 'projects',
'title' => t('Categories')
)));
}
@@ -127,7 +124,6 @@ class Category extends Base
'values' => $values,
'errors' => $errors,
'project' => $project,
- 'menu' => 'projects',
'title' => t('Categories')
)));
}
@@ -145,7 +141,6 @@ class Category extends Base
$this->response->html($this->projectLayout('category_remove', array(
'project' => $project,
'category' => $category,
- 'menu' => 'projects',
'title' => t('Remove a category')
)));
}