From b3574c0daf032ccaea6ce2732184af39f87f5982 Mon Sep 17 00:00:00 2001 From: rboren Date: Mon, 16 Feb 2004 00:44:07 +0000 Subject: [PATCH] Set $standalone to 1 for the update case to avoid headers already sent error. git-svn-id: http://svn.automattic.com/wordpress/trunk@874 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/options.php b/wp-admin/options.php index fd30c70c7..66f3cf90a 100644 --- a/wp-admin/options.php +++ b/wp-admin/options.php @@ -45,7 +45,7 @@ if ($option_group_id == '') { switch($action) { case "update": - $standalone = 0; + $standalone = 1; include_once("./admin-header.php"); $any_changed = 0;