f38f6341 by logesh

dev:changes in url

1 parent 4153cb06
Showing 1 changed file with 2 additions and 2 deletions
......@@ -210,9 +210,9 @@ class block_mynotes_manager {
$newnote->timecreated = time();
$newnote->notestime=$timer;
if (!empty($timer)){
$newnote->notesurl=$activityUrl.'?resume='.$newnote->notestime;
$newnote->notesurl=$activityUrl.'?resume='.$newnote->notestime.'?type=notes';
}else{
$newnote->notesurl=$activityUrl.'?resume=0';
$newnote->notesurl=$activityUrl;
}
if ($cmtid = $DB->insert_record('block_mynotes', $newnote)) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!