mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/15762] Update type for forum_topics_per_page in acp_forums
PHPBB3-15762
This commit is contained in:
parent
b79aa3e147
commit
9719d5a3d5
1 changed files with 1 additions and 1 deletions
|
@ -1012,7 +1012,7 @@ class acp_forums
|
|||
}
|
||||
|
||||
$range_test_ary = array(
|
||||
array('lang' => 'FORUM_TOPICS_PAGE', 'value' => $forum_data_ary['forum_topics_per_page'], 'column_type' => 'TINT:0'),
|
||||
array('lang' => 'FORUM_TOPICS_PAGE', 'value' => $forum_data_ary['forum_topics_per_page'], 'column_type' => 'USINT:0'),
|
||||
);
|
||||
|
||||
if (!empty($forum_data_ary['forum_image']) && !file_exists($phpbb_root_path . $forum_data_ary['forum_image']))
|
||||
|
|
Loading…
Add table
Reference in a new issue