* Adjust for task #5162.

This commit is contained in:
chenfeiCF
2018-12-19 11:21:44 +08:00
parent 4ac74dddf9
commit f768c24ffd
+1 -1
View File
@@ -173,7 +173,7 @@ class misc extends control
$zfile->removeDir($clientDir);
}
$this->fetch('file', 'sendDownHeader', array('fileName' => 'zentaoclient.zip', 'zip', $zipContent));
$this->fetch('file', 'sendDownHeader', array('fileName' => "zentaoclient." . $os . '.zip', 'zip', $zipContent));
}
$this->view->action = $action;