* finish the task #681.

This commit is contained in:
shiyangyangwork@yahoo.cn
2012-02-07 08:25:07 +00:00
parent 1f20b1c301
commit e429df83b1
10 changed files with 21 additions and 37 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ class project extends control
if($locate == 'yes') $this->locate($this->createLink('project', 'browse'));
$this->app->loadLang('my');
$this->view->projectStats = $this->project->getProjectStats($this->config->project->projectCounts, $status);
$this->view->projectStats = $this->project->getProjectStats($status);
$this->display();
}