mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Hide identifier from non-admin member form #2472
This commit is contained in:
parent
2fe39a37dd
commit
5b22e22543
1 changed files with 4 additions and 0 deletions
|
|
@ -516,6 +516,10 @@ class MemberAdminView extends Member
|
|||
{
|
||||
continue;
|
||||
}
|
||||
if((in_array($formInfo->name, $identifiers) && $formInfo->name === array_first($identifiers)) && !$isAdmin)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
$formTag = new stdClass();
|
||||
$inputTag = '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue