aboutsummaryrefslogtreecommitdiffstats
path: root/core/ajax/vcategories
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-10-19 02:24:57 +0200
committerThomas Tanghus <thomas@tanghus.net>2012-10-19 02:24:57 +0200
commite55cc2313299d770733a0d488bb11d3ff256bc76 (patch)
tree3bd399b5e4aae8e3b37fe38207f7a4af6422d57c /core/ajax/vcategories
parent81536a81e3df86289afcc80308a0bb7f22df3cc1 (diff)
downloadnextcloud-server-e55cc2313299d770733a0d488bb11d3ff256bc76.tar.gz
nextcloud-server-e55cc2313299d770733a0d488bb11d3ff256bc76.zip
app !== type
Diffstat (limited to 'core/ajax/vcategories')
-rw-r--r--core/ajax/vcategories/edit.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/ajax/vcategories/edit.php b/core/ajax/vcategories/edit.php
index 4e9c9c17b55..e7f2ff8ce5f 100644
--- a/core/ajax/vcategories/edit.php
+++ b/core/ajax/vcategories/edit.php
@@ -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);