From 7dc85cef3ead2ccf7872d066c80403fbb28c4cf4 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 12 Aug 2012 00:35:08 +0300 Subject: [PATCH] more update --- GameEngine/Alliance.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'); }