[ticket/15762] Update type for forum_topics_per_page in acp_forums

PHPBB3-15762
This commit is contained in:
Rubén Calvo 2018-08-30 19:05:12 +02:00
parent b79aa3e147
commit 9719d5a3d5

View file

@ -1012,7 +1012,7 @@ class acp_forums
} }
$range_test_ary = array( $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'])) if (!empty($forum_data_ary['forum_image']) && !file_exists($phpbb_root_path . $forum_data_ary['forum_image']))