Changes for phpbb 3.3.0

This commit is contained in:
2020-08-03 20:54:37 +02:00
parent 1538ba757a
commit a2fd058bf5
153 changed files with 3142 additions and 6406 deletions

View File

@@ -266,7 +266,7 @@ class fetch_posts
// Cache queries for 30 seconds
if ($number_of_posts != 0)
{
$result = $this->db->sql_query_limit($sql, $number_of_posts, $start, 30);
$result = $this->db->sql_query_limit($sql, $number_of_posts, $start, 10);
}
else
{