summaryrefslogtreecommitdiffstats
path: root/templates/list_header.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/list_header.inc.php')
-rw-r--r--templates/list_header.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/list_header.inc.php b/templates/list_header.inc.php
index 2ace6f0e..26366a18 100644
--- a/templates/list_header.inc.php
+++ b/templates/list_header.inc.php
@@ -41,7 +41,7 @@ $uid = Config::get('list_header_uid');
$sides = 5;
// ++ the uid
-Config::set('list_header_uid', $uid + 1, 1);
+Config::set('list_header_uid', $uid + 1, true);
// Next
$next_offset = $start + $limit;