app !== type

remotes/origin/stable5
Thomas Tanghus 13 years ago
parent 81536a81e3
commit e55cc23132
  1. 1
      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);

Loading…
Cancel
Save