From a61a47981ba7bc96e463d6d407ad1e959f6cc9cd Mon Sep 17 00:00:00 2001 From: Damo Date: Tue, 21 Feb 2017 21:42:34 +1000 Subject: [PATCH] Update participation_viewed.php --- classes/event/participation_viewed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/event/participation_viewed.php b/classes/event/participation_viewed.php index 16cd00d..c8409a0 100644 --- a/classes/event/participation_viewed.php +++ b/classes/event/participation_viewed.php @@ -72,7 +72,7 @@ public static function get_name() { * @return \moodle_url */ public function get_url() { - return new \moodle_url('\\mod\\oublog\\' . $this->other['logurl']); + return new \moodle_url('/mod/oublog/' . $this->other['logurl']); } /**