Bug fixes

This commit is contained in:
Hillel Coren 2014-03-23 21:38:03 +02:00
parent db3a6abad3
commit b99427b05c
4 changed files with 6 additions and 6 deletions

View File

@ -500,7 +500,7 @@ class AccountController extends \BaseController {
}
else
{
$account = Account::findOrFail(Auth::user()->account_id);
$account = Auth::user()->account;
$account->name = trim(Input::get('name'));
$account->work_email = trim(Input::get('work_email'));
$account->work_phone = trim(Input::get('work_phone'));

0
public/apple-touch-icon.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB