summaryrefslogtreecommitdiff
path: root/modules/mod_recent_posts.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mod_recent_posts.php')
-rw-r--r--modules/mod_recent_posts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mod_recent_posts.php b/modules/mod_recent_posts.php
index 5990023..b116202 100644
--- a/modules/mod_recent_posts.php
+++ b/modules/mod_recent_posts.php
@@ -27,7 +27,7 @@ if( !empty( $module_params['b'] ) ) {
} elseif( !empty( $_REQUEST['b'] ) && empty( $module_params['all_boards'] ) ) {
$listHash['board_id'] = $_REQUEST['b'];
}
-$_template->tpl_vars['modRecentPostsBoardId'] = new Smarty_variable( !empty( $listHash['board_id'] );
+$_template->tpl_vars['modRecentPostsBoardId'] = new Smarty_variable( !empty( $listHash['board_id'] ) );
if( BitBase::verifyId( $gQueryUserId ) ) {
$listHash['user_id'] = $gQueryUserId;