Browse Source

Maj cache documents

stany.ferer 1 năm trước cách đây
mục cha
commit
8b8f3ec71c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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);