Skip to content

Commit 5611b04

Browse files
committed
total_posts ist ab b3 verfügbar
phpbb/phpbb@c4e3cc0
1 parent 6ecebfa commit 5611b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

event/main_listener.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public function assign_move_messages_to_template($event)
150150
$i = (int) $event['current_row_number'];
151151
$end = (int) $event['end'];
152152
$start = (int) $event['start'];
153-
$total_posts = 0;//@todo Missing from event
153+
$total_posts = (int) $event['total_posts'];
154154

155155
// Display Move Message information
156156
if (!empty($this->move_messages))

0 commit comments

Comments
 (0)