1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/15540] Fix post counter

PHPBB3-15540
This commit is contained in:
rubencm
2020-08-19 16:41:42 +00:00
parent a56bfdee8a
commit d78896d581
2 changed files with 3 additions and 3 deletions

View File

@@ -274,8 +274,6 @@ class acp_search
$this->max_post_id = $this->get_max_post_id();
$post_counter = (isset($this->state[2])) ? $this->state[2] : 0;
$this->state[2] = &$post_counter;
$this->save_state();
switch ($action)