We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ecebfa commit 5611b04Copy full SHA for 5611b04
event/main_listener.php
@@ -150,7 +150,7 @@ public function assign_move_messages_to_template($event)
150
$i = (int) $event['current_row_number'];
151
$end = (int) $event['end'];
152
$start = (int) $event['start'];
153
- $total_posts = 0;//@todo Missing from event
+ $total_posts = (int) $event['total_posts'];
154
155
// Display Move Message information
156
if (!empty($this->move_messages))
0 commit comments