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
This commit is contained in:
rboren 2004-02-16 00:44:07 +00:00
parent ecbf95566b
commit b3574c0daf
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ if ($option_group_id == '') {
switch($action) {
case "update":
$standalone = 0;
$standalone = 1;
include_once("./admin-header.php");
$any_changed = 0;