mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
Clean up help text and format of admin_mail
This commit is contained in:
parent
0b33bb39e5
commit
0e0f14d8e7
3 changed files with 4 additions and 3 deletions
|
|
@ -88,6 +88,7 @@ class BoardAdminController extends Board {
|
|||
$args->meta_description = trim(utf8_normalize_spaces($args->meta_description));
|
||||
$args->header_text = Rhymix\Modules\Admin\Models\Utility::cleanHeaderAndFooterScripts($args->header_text ?? '');
|
||||
$args->footer_text = Rhymix\Modules\Admin\Models\Utility::cleanHeaderAndFooterScripts($args->footer_text ?? '');
|
||||
$args->admin_mail = implode(', ', array_map('trim', explode(',', $args->admin_mail ?? '')));
|
||||
|
||||
// if there is an existed module
|
||||
if ($args->module_srl && $module_info->module_srl != $args->module_srl)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue