* code for task #6171.

This commit is contained in:
wangyidong
2019-08-15 15:03:31 +08:00
parent bd0eb7d8db
commit 92d402f86d
4 changed files with 10 additions and 2 deletions
-1
View File
@@ -44,7 +44,6 @@ class project extends control
if($this->app->viewType != 'mhtml') unset($this->lang->project->menu->index);
$this->commonAction($projectID);
//$this->project->setMenu($this->projects, key($this->projects));
if(common::hasPriv('project', 'create')) $this->lang->modulePageActions = html::a($this->createLink('project', 'create'), "<i class='icon icon-sm icon-plus'></i> " . $this->lang->project->create, '', "class='btn btn-primary'");