diff --git a/module/mr/control.php b/module/mr/control.php index 5afc835349..a24ac9d82e 100644 --- a/module/mr/control.php +++ b/module/mr/control.php @@ -65,6 +65,7 @@ class mr extends control $this->view->objectID = $objectID; $this->view->orderBy = $orderBy; $this->view->openIDList = $openIDList; + $this->view->users = $this->loadModel('user')->getPairs('noletter'); $this->display(); } diff --git a/module/mr/view/browse.html.php b/module/mr/view/browse.html.php index 53a29b736d..304fc22f80 100644 --- a/module/mr/view/browse.html.php +++ b/module/mr/view/browse.html.php @@ -59,6 +59,7 @@