mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
Merge branch 'wip-mdl-44458' of https://github.com/rajeshtaneja/moodle
This commit is contained in:
commit
d8085046ba
@ -75,7 +75,7 @@ class note_created extends \core\event\base {
|
||||
* @return \moodle_url
|
||||
*/
|
||||
public function get_url() {
|
||||
$logurl = new \moodle_url('/note/index.php', array('course' => $this->courseid, 'user' => $this->relateduserid));
|
||||
$logurl = new \moodle_url('/notes/index.php', array('course' => $this->courseid, 'user' => $this->relateduserid));
|
||||
$logurl->set_anchor('note-' . $this->objectid);
|
||||
return $logurl;
|
||||
}
|
||||
|
@ -75,7 +75,7 @@ class note_updated extends \core\event\base {
|
||||
* @return \moodle_url
|
||||
*/
|
||||
public function get_url() {
|
||||
$logurl = new \moodle_url('/note/index.php', array('course' => $this->courseid, 'user' => $this->relateduserid));
|
||||
$logurl = new \moodle_url('/notes/index.php', array('course' => $this->courseid, 'user' => $this->relateduserid));
|
||||
$logurl->set_anchor('note-' . $this->objectid);
|
||||
return $logurl;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user