Skip to content

Commit ac96330

Browse files
author
latham
committed
Quote some vars
1 parent d4ba4c8 commit ac96330

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

interface/web/monitor/list/datalog.list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
$liste['search_prefix'] = 'search_';
2323

2424
//* Records per page
25-
$liste['records_per_page'] = 15;
25+
$liste['records_per_page'] = "15";
2626

2727
//* Script file for listing
2828
$liste['file'] = 'datalog_list.php';

interface/web/monitor/list/log.list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
$liste['search_prefix'] = 'search_';
2323

2424
//* Records per page
25-
$liste['records_per_page'] = 15;
25+
$liste['records_per_page'] = "15";
2626

2727
//* Script file for listing
2828
$liste['file'] = 'log_list.php';

0 commit comments

Comments
 (0)