mirror of
https://github.com/nextcloud/server.git
synced 2026-03-20 17:43:15 -04:00
app !== type
This commit is contained in:
parent
81536a81e3
commit
e55cc23132
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue