1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 14:12:44 +01:00

Fix blank fromaddress in setup

This commit is contained in:
Amado Martinez 2017-02-06 09:19:01 -06:00
parent 865c379116
commit 8464628b29

View File

@ -231,6 +231,7 @@ class AppController extends BaseController
$data = [
'text' => 'Test email',
'fromEmail' => $email
];
try {