* Fix the bug which autofill the title for creating doc.

This commit is contained in:
hufangzhou
2022-09-26 08:49:17 +08:00
parent a728c2e90c
commit e9408ae4ae
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@
* @link http://www.zentao.net
*/
?>
<?php js::set('from', $from);?>
<?php if(strpos($config->doc->textTypes, $docType) !== false and $from == 'doc'):?>
<?php include 'createtexttype.html.php';?>
<?php else:?>