#11049 fixed reset time range

This commit is contained in:
Daniel Cebrian 2023-04-26 12:55:37 +02:00
parent 3a318436a9
commit 48aff76697
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ if ($view_graph) {
$searchForm .= "<td class='datos w30p'>";
$searchForm .= html_print_label_input_block(
__('Time range'),
html_print_extended_select_for_time('period', $period, '', '', '0', 10, true, 'width:100%')
html_print_extended_select_for_time('period', (string) $period, '', '', 0, 10, true, 'width:100%')
);
$searchForm .= '</td>';
$searchForm .= '</tr><tr>';