diff options
-rw-r--r-- | phpBB/mcp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/mcp.php b/phpBB/mcp.php index 48cd68500f..6f01fba2f5 100644 --- a/phpBB/mcp.php +++ b/phpBB/mcp.php @@ -912,4 +912,4 @@ function check_ids(&$ids, $table, $sql_id, $acl_list = false, $single_forum = fa return ($single_forum === false) ? true : (int) $forum_id; } -?>
\ No newline at end of file +?> |