From 632d7fa20bba6187bb8b96bd41cdd9bd553a310e Mon Sep 17 00:00:00 2001 From: samhemelryk Date: Tue, 29 Sep 2009 08:52:30 +0000 Subject: [PATCH] message MDL-19801 Fixed regression from recent update --- message/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/message/index.php b/message/index.php index 879063cdd9..66fe2dea3a 100644 --- a/message/index.php +++ b/message/index.php @@ -44,7 +44,7 @@ $blockcontact = optional_param('blockcontact', 0, PARAM_INT); // blocking a $unblockcontact = optional_param('unblockcontact', 0, PARAM_INT); // unblocking a contact $popup = optional_param('popup', false, PARAM_ALPHANUM); // If set then starts a new popup window -$url = new moodle_url($CFG->wwwroot.'/message/index.php', array('id'=>$id)); +$url = new moodle_url($CFG->wwwroot.'/message/index.php'); if ($tab !== 'contacts') { $url->param('tab', $tab); } -- 2.39.5