-
Improvement
-
Resolution: Fixed
-
Minor
-
3.2.2
-
PHP 7.1.7, MySQL 5.6.34, Firefox 61.0
In viewforum.php on like 976, pagination currently does not use the topic_row values that the event core.viewforum_modify_topicrow allows you to change. I need either add $replies to the above event, or more simply I can change $replies within the pagination to $topic_row['REPLIES'] to produce the same affect. This pull request changes two variables within pagination on like 976 to use the values from topic_row, so they can be edited and reflected by event modification.
- caused
-
PHPBB-16696 Unsupported operand types in viewforum.php - PHP8
- Closed