* Finish task#58587.

This commit is contained in:
xieqiyu
2022-06-28 10:40:23 +08:00
parent 90a15fcdb1
commit 0bea0164e6
10 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ class release extends control
$this->view->release = $release;
$this->view->build = $build;
$this->view->builds = $builds;
$this->view->users = $this->loadModel('user')->getPairs('noletter|noclosed');
$this->view->users = $this->loadModel('user')->getPairs('noclosed');
$this->display();
}