diff --git a/ajax.php b/ajax.php index b19a9e62..5b803316 100644 --- a/ajax.php +++ b/ajax.php @@ -139,7 +139,7 @@ class ajax_common { if ($action_params[AJAX_ALWAYS_ACTIVE] !== true) { - if ($bb_cfg['board_disable']) + if ($bb_cfg['board_disable']) { $this->ajax_die($lang['BOARD_DISABLE']); } @@ -428,4 +428,4 @@ class ajax_common { require(AJAX_DIR .'sitemap.php'); } -} \ No newline at end of file +}