浏览代码

Fixe date menu

stany.ferer 2 年之前
父节点
当前提交
385ad0b933
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/class/core.class.php

+ 1 - 1
core/class/core.class.php

@@ -176,7 +176,7 @@ class core
     public static function printDateTxt()
     {
         $date = new IntlDateFormatter('fr_FR', IntlDateFormatter::LONG, IntlDateFormatter::NONE);
-        return $date->format(time()) . " à " . date("H:m:s");
+        return $date->format(time()) . " à " . date("H:i:s");
     }
 
     public static function addFileMaintenance(){