* code for task#1812.

This commit is contained in:
xia0ta0
2014-03-05 17:17:22 +08:00
parent a6ee76e383
commit dcd20eee4a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ class project extends control
parent::__construct();
if($this->methodName != 'computeburn')
{
$this->projects = $this->project->getPairs();
$this->projects = $this->project->getPairs('nocode');
if(!$this->projects and $this->methodName != 'create' and $this->app->getViewType() != 'mhtml') $this->locate($this->createLink('project', 'create'));
}
}