diff options
Diffstat (limited to 'phpBB/viewforum.php')
| -rw-r--r-- | phpBB/viewforum.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index be2804c804..510c1eb39a 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -454,6 +454,8 @@ else "S_NO_TOPICS" => TRUE) ); + $template->assign_block_vars("notopicsrow", array() ); + } // |
