Skip to content

Commit

Permalink
Merge branch 'MDL-66458-master' of git://github.com/crazyserver/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
abgreeve committed Aug 28, 2019
2 parents 1e9040f + 2ddbc65 commit ed06cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/forum/view.php
Expand Up @@ -94,7 +94,7 @@
if (!$capabilitymanager->can_view_discussions($USER)) {
redirect(
$urlfactory->get_course_url_from_forum($forum),
get_string('noviewdiscussionspermission', 'fourm'),
get_string('noviewdiscussionspermission', 'forum'),
null,
\core\output\notification::NOTIFY_WARNING
);
Expand Down

0 comments on commit ed06cb4

Please sign in to comment.