* fix bug for 2.2
This commit is contained in:
@@ -273,7 +273,7 @@ class projectModel extends model
|
||||
{
|
||||
$this->loadModel('report');
|
||||
|
||||
$projects = $this->getList(',wait, doing');
|
||||
$projects = $this->getList('wait, doing');
|
||||
$stats = array();
|
||||
$i = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user