From e281060d9081455ea7c3930bf5a42159f0ea2855 Mon Sep 17 00:00:00 2001 From: Chrysweel Date: Fri, 27 Mar 2015 22:25:40 +0100 Subject: [PATCH] include city into array data of register user --- src/Ant/ChateaClient/Client/Api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ant/ChateaClient/Client/Api.php b/src/Ant/ChateaClient/Client/Api.php index 432a00f..2d87aa5 100755 --- a/src/Ant/ChateaClient/Client/Api.php +++ b/src/Ant/ChateaClient/Client/Api.php @@ -182,8 +182,8 @@ public function register($username, $email, $new_password, $repeat_new_password, 'ip'=> $ip, 'language' => $language, 'facebookId' => $facebookId, + 'city'=>$city ), - 'city'=>$city ); if($enabled){