diff --git a/module/doc/model.php b/module/doc/model.php index f30ebb9f37..0e112d2882 100644 --- a/module/doc/model.php +++ b/module/doc/model.php @@ -2650,7 +2650,7 @@ EOT; if(empty($object)) { $param = ($type == 'project' and $this->config->vision == 'lite') ? 'model=kanban' : ''; - $methodName = $type == 'project' ? 'createGuide' : 'create'; + $methodName = ($type == 'project' and $this->config->vision != 'lite') ? 'createGuide' : 'create'; return print(js::locate(helper::createLink($type, $methodName, $param))); } }