Skip to content

Commit

Permalink
Merge branch 'MDL-44398-master' of git://github.com/ankitagarwal/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaglancy committed May 1, 2014
2 parents 0c3e0f4 + 867c44c commit cb3cc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tag/edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
}
}

if (!has_capability('moodle/tag:manage', $systemcontext) && !has_capability('moodle/tag:edit', $systemcontext)) {
if (!has_capability('moodle/tag:manage', $systemcontext)) {
unset($tagnew->name);
unset($tagnew->rawname);

Expand Down

0 comments on commit cb3cc79

Please sign in to comment.