Bug fixes

This commit is contained in:
Hillel Coren 2015-12-27 14:45:57 +02:00
parent 8d61925e06
commit 9943c824dd
2 changed files with 1 additions and 3 deletions

View File

@ -820,8 +820,6 @@ class AccountController extends BaseController
if (Input::get('go_pro') == 'true') { if (Input::get('go_pro') == 'true') {
Session::set(REQUESTED_PRO_PLAN, true); Session::set(REQUESTED_PRO_PLAN, true);
} }
event(new UserSignedUp());
return "{$user->first_name} {$user->last_name}"; return "{$user->first_name} {$user->last_name}";
} }

View File

@ -32,7 +32,7 @@
</p> </p>
<p style="color: #A7A6A6; font-size: 13px; line-height: 18px; margin: 0 0 7px; padding: 0;"> <p style="color: #A7A6A6; font-size: 13px; line-height: 18px; margin: 0 0 7px; padding: 0;">
© {{ date('Y') }} {{ CONTACT_NAME }}<br /> © {{ date('Y') }} Invoice Ninja<br />
<strong><a href="{{ URL::to('/settings/notifications') }}" style="color: #A7A6A6; text-decoration: none; font-weight: bold; font-size: 10px;">{{ strtoupper(trans('texts.email_preferences')) }}</a></strong> <strong><a href="{{ URL::to('/settings/notifications') }}" style="color: #A7A6A6; text-decoration: none; font-weight: bold; font-size: 10px;">{{ strtoupper(trans('texts.email_preferences')) }}</a></strong>
</p> </p>
@stop @stop