modification ville en ecole 2.0

This commit is contained in:
DonRenando 2015-03-03 13:53:41 +01:00
parent c8a967dece
commit d26773dfd9
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class AdminController extends Controller {
$user->firstname = Input::get('firstname');
$user->email = Input::get('email');
$user->city = Input::get('city');
$user->school = Input::get('city');
$user->lastname = Input::get('lastname');