moons admin controller update for mail for moon request approval or denial.

This commit is contained in:
2020-03-09 20:49:52 -05:00
parent 8b4408e6fd
commit c5c4b7af5d

View File

@@ -93,7 +93,7 @@ class MoonsAdminController extends Controller
//Send an eve mail to the requestor stating they can set a moon up.
//Setup the mail body
$body = 'The moon request for ' . $request->System . ' - ' . $request->Planet . ' - ' . $request->Moon . ' has changed status.<br>';
$body = 'The moon request for ' . $request->system . ' - ' . $request->planet . ' - ' . $request->moon . ' has changed status.<br>';
$body .= 'The request has been ' . $request->status . '.<br>';
$body .= 'Please contact the FC Team should it be necessary to arrange a fleet to cover the structure drop.<br>';
$body .= 'Sincerely,<br>';