Commit 4c191dcec702e09a01ad040341a134a86bb28f68

Authored by Erdogan Furkan
1 parent c54497a2

Fix on #10557

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/InputOutput/IHMImpl/Tools/IHMParamTemplateClass.php
... ... @@ -87,6 +87,7 @@ class IHMParamTemplateClass
87 87 switch($arg["type"]) {
88 88 case 'float' :
89 89 case 'double' :
  90 + case 'date' :
90 91 $args_format .= "%f";
91 92 break;
92 93 case 'int' :
... ...