MDL-17479 category search: replaced old update capability; merged from MOODLE__STABLE

This commit is contained in:
skodak 2008-12-09 20:30:02 +00:00
parent fa11779376
commit 64c6d5db62

View File

@ -5299,7 +5299,7 @@ function update_categories_search_button($search,$page,$perpage) {
global $CFG, $USER;
// not sure if this capability is the best here
if (has_capability('moodle/category:update', get_context_instance(CONTEXT_SYSTEM))) {
if (has_capability('moodle/category:manage', get_context_instance(CONTEXT_SYSTEM))) {
if (!empty($USER->categoryediting)) {
$string = get_string("turneditingoff");
$edit = "off";