diff --git a/GameEngine/Alliance.php b/GameEngine/Alliance.php index 870d3929..7dcdb802 100644 --- a/GameEngine/Alliance.php +++ b/GameEngine/Alliance.php @@ -317,7 +317,7 @@ $_SESSION['valuearray'] = $post; //header("Location: build.php?id=".$post['id']); } else { - $database->submitAlliProfile($database->RemoveXSS($session->alliance), $database->RemoveXSS($post['be2']), $database->RemoveXSS($post['be1'])); + $database->submitAlliProfile($database->RemoveXSS($session->alliance), $post['be2'], $post['be1']); // log the notice $database->insertAlliNotice($session->alliance, '' . addslashes($session->username) . ' has changed the alliance description.'); }