* finish task #2552.

This commit is contained in:
Catouse
2016-04-18 18:45:58 +08:00
parent 62f35f1a18
commit b356e65732
9 changed files with 163 additions and 42 deletions
+1 -1
View File
@@ -1220,7 +1220,7 @@ class project extends control
* @access public
* @return void
*/
public function tree($projectID, $level = 'pri_asc')
public function tree($projectID, $level = '')
{
$this->project->setMenu($this->projects, $projectID);
$project = $this->loadModel('project')->getById($projectID);