Skip to content
Snippets Groups Projects
Commit f572222d authored by Friederike Schwager's avatar Friederike Schwager Committed by Friederike Schwager
Browse files

github#12 fix namespace collisions in locallib.php

parent 608bf9b5
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ if ($action === 'forwardquestion') {
$params->urltoquestion = $url;
if (isset($data->recipients)) {
send_forward_message($data->recipients, $params, $course, $cm, $context);
pdfannotator_send_forward_message($data->recipients, $params, $course, $cm, $context);
}
if ($fromoverview) {
// If user forwarded question from overview go back to overview.
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment