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:
parent
865c379116
commit
8464628b29
@ -231,6 +231,7 @@ class AppController extends BaseController
|
||||
|
||||
$data = [
|
||||
'text' => 'Test email',
|
||||
'fromEmail' => $email
|
||||
];
|
||||
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user