app !== type

This commit is contained in:
Thomas Tanghus 2012-10-19 02:24:57 +02:00
parent 81536a81e3
commit e55cc23132
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ if(is_null($type)) {
bailOut($l->t('Category type not provided.'));
}
OC_JSON::checkAppEnabled($type);
$tmpl = new OCP\Template("core", "edit_categories_dialog");
$vcategories = new OC_VCategories($type);