]> git.mjollnir.org Git - moodle.git/commitdiff
message MDL-19801 Fixed regression from recent update
authorsamhemelryk <samhemelryk>
Tue, 29 Sep 2009 08:52:30 +0000 (08:52 +0000)
committersamhemelryk <samhemelryk>
Tue, 29 Sep 2009 08:52:30 +0000 (08:52 +0000)
message/index.php

index 879063cdd93ceea66e80fe28e80c54a637d1d624..66fe2dea3a83a9d85e6830829e2c48c792001fdf 100644 (file)
@@ -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);
 }