Explorar el Código

Maj cache documents

stany.ferer hace 1 año
padre
commit
8b8f3ec71c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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);