diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-10-19 02:24:57 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-10-19 02:24:57 +0200 |
commit | e55cc2313299d770733a0d488bb11d3ff256bc76 (patch) | |
tree | 3bd399b5e4aae8e3b37fe38207f7a4af6422d57c /core/ajax/vcategories | |
parent | 81536a81e3df86289afcc80308a0bb7f22df3cc1 (diff) | |
download | nextcloud-server-e55cc2313299d770733a0d488bb11d3ff256bc76.tar.gz nextcloud-server-e55cc2313299d770733a0d488bb11d3ff256bc76.zip |
app !== type
Diffstat (limited to 'core/ajax/vcategories')
-rw-r--r-- | core/ajax/vcategories/edit.php | 1 |
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); |