소스 검색

Fixe log chargement fichier

stany.ferer 2 년 전
부모
커밋
251067086d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      core/submit/cms.proweb-import-salaries.php

+ 2 - 2
core/submit/cms.proweb-import-salaries.php

@@ -130,11 +130,11 @@ if (core::ifPost("from") AND core::getPost("from") == $name["files"]) {
             json::create("excel-proweb");
             json::create($name["json"]);
 
-            historique::recRef("/proweb-export-csv.html");
+            historique::recRef("/proweb-historique-excel.html");
             historique::add(array(
                 "idType" => historique::getIdRef("ACTION"),
                 "idUser" => session::getId(),
-                "idPage" => historique::getIdRef("/proweb-export-csv.html"),
+                "idPage" => historique::getIdRef("/proweb-historique-excel.html"),
                 "log" => "Import du fichier " . $_FILES[$name["files"]]['name']
             ));