* Add client help manual link.

This commit is contained in:
chenfeiCF
2018-12-21 13:36:30 +08:00
parent 0db5be7da1
commit ba46426f03
4 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ class misc extends control
$zfile->removeDir($clientDir);
}
$this->fetch('file', 'sendDownHeader', array('fileName' => "zentaoclient." . $os . '.zip', 'zip', $zipContent));
$this->fetch('file', 'sendDownHeader', array('fileName' => "zentao_chat_client." . $os . '.zip', 'zip', $zipContent));
}
$this->view->action = $action;