diff --git a/phpBB/admin/index.php b/phpBB/admin/index.php index 6bdca81832..2930065d80 100644 --- a/phpBB/admin/index.php +++ b/phpBB/admin/index.php @@ -128,8 +128,7 @@ else $template->assign_vars(array( "S_FRAME_HEADER" => "index.$phpEx?pane=top", "S_FRAME_NAV" => "index.$phpEx?pane=left", - "S_FRAME_MAIN" => "index.$phpEx?pane=right", - ) + "S_FRAME_MAIN" => "index.$phpEx?pane=right") ); $template->pparse("body");