浏览代码

Maj cache documents

stany.ferer 1 年之前
父节点
当前提交
8b8f3ec71c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      core/submit/cms.document.php

+ 1 - 0
core/submit/cms.document.php

@@ -15,6 +15,7 @@ if (core::ifPost("from") AND core::getPost("from") == "document") {
         $location = "/document-". core::getPost("id") .".html";
     }
 
+    json::create("documents");
     document::cleanOrphanTags();
 
     header("Location: " . $location);