From f377666873edd25092b8c0eeb9489febfcde0c18 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Thu, 2 Dec 2010 06:56:06 +0000 Subject: [PATCH] * fix the bug #135. --- module/project/control.php | 1 + module/project/view/build.html.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 @@ scmPath, 'http') === 0 ? printf(html::a($build->scmPath)) : printf($build->scmPath);?> filePath, 'http') === 0 ? printf(html::a($build->filePath)) : printf($build->filePath);?> date?> - builder?> + builder]?> id", $lang->edit);