diff --git a/module/project/control.php b/module/project/control.php index c91b92a5c2..1dab31dd59 100644 --- a/module/project/control.php +++ b/module/project/control.php @@ -352,6 +352,7 @@ class project extends control /* Get builds. */ $this->view->builds = $this->loadModel('build')->getProjectBuilds((int)$projectID); + $this->view->users = $this->loadModel('user')->getPairs('noletter'); $this->display(); } diff --git a/module/project/view/build.html.php b/module/project/view/build.html.php index bbc9da982f..3f53fd15cb 100644 --- a/module/project/view/build.html.php +++ b/module/project/view/build.html.php @@ -37,7 +37,7 @@