diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2012-08-25 14:53:21 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2012-10-17 23:34:37 +0200 |
commit | ceb5a40eecbc60577ce0735254a4a189d719302e (patch) | |
tree | c08d6095cdf8d12c6ce9646c85b6597f951ae754 /phpBB/includes/mcp/mcp_queue.php | |
parent | ada2d4c91bb063f3d9d591bfc3ce9552957772e0 (diff) | |
download | forums-ceb5a40eecbc60577ce0735254a4a189d719302e.tar forums-ceb5a40eecbc60577ce0735254a4a189d719302e.tar.gz forums-ceb5a40eecbc60577ce0735254a4a189d719302e.tar.bz2 forums-ceb5a40eecbc60577ce0735254a4a189d719302e.tar.xz forums-ceb5a40eecbc60577ce0735254a4a189d719302e.zip |
[ticket/11023] Fix additional whitespaces that were added by PHPBB3-10968
PHPBB3-11023
Diffstat (limited to 'phpBB/includes/mcp/mcp_queue.php')
-rw-r--r-- | phpBB/includes/mcp/mcp_queue.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/mcp/mcp_queue.php b/phpBB/includes/mcp/mcp_queue.php index b44685b8a3..0b195aa9d8 100644 --- a/phpBB/includes/mcp/mcp_queue.php +++ b/phpBB/includes/mcp/mcp_queue.php @@ -421,7 +421,7 @@ class mcp_queue $base_url = $this->u_action . "&f=$forum_id&st=$sort_days&sk=$sort_key&sd=$sort_dir"; phpbb_generate_template_pagination($template, $base_url, 'pagination', 'start', $total, $config['topics_per_page'], $start); - + // Now display the page $template->assign_vars(array( 'L_DISPLAY_ITEMS' => ($mode == 'unapproved_posts') ? $user->lang['DISPLAY_POSTS'] : $user->lang['DISPLAY_TOPICS'], |