Skip to content

Commit

Permalink
include city into array data of register user
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrysweel committed Mar 27, 2015
1 parent 30a9997 commit e281060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ant/ChateaClient/Client/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -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){
Expand Down

0 comments on commit e281060

Please sign in to comment.