Browse Source

! Missing query parameter, thanks to jasonclemons. Fixes #1298

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 10 years ago
parent
commit
c5b91066b2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Sources/ManageMaintenance.php

+ 1 - 0
Sources/ManageMaintenance.php

@@ -2132,6 +2132,7 @@ function MaintainRecountPosts()
 			'zero' => 0,
 			'string_zero' => '0',
 			'db_error_skip' => true,
+			'recycle' => !empty($modSettings['recycle_board']) ? $modSettings['recycle_board'] : 0,
 		)
 	) !== false;