* Fix code for doc.

This commit is contained in:
Yagami
2021-03-08 11:37:02 +08:00
parent e349884b8f
commit 0b5dcdba6c
24 changed files with 317 additions and 316 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ class execution extends control
$this->executions = $this->execution->getPairs($this->session->project, 'all', 'nocode');
if(!$this->executions and $this->methodName != 'index' and $this->methodName != 'create' and $this->app->getViewType() != 'mhtml') $this->locate($this->createLink('execution', 'create'));
}
$this->objectType = $this->config->systemMode == 'classic' ? 'execution' : 'exection';
$this->objectType = $this->config->systemMode == 'classic' ? 'project' : 'execution';
}
/**