diff options
Diffstat (limited to 'phpBB/mcp.php')
-rw-r--r-- | phpBB/mcp.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/mcp.php b/phpBB/mcp.php index 48cd68500f..e209a9095f 100644 --- a/phpBB/mcp.php +++ b/phpBB/mcp.php @@ -8,6 +8,7 @@ * */ + /** * @ignore */ @@ -912,4 +913,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 +?> |