mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
fixed identifier null check
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9136 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8d4ebb6d70
commit
a534ebce70
1 changed files with 1 additions and 0 deletions
|
|
@ -148,6 +148,7 @@
|
|||
Context::set('member_config', $member_config);
|
||||
|
||||
global $lang;
|
||||
if(!$member_config->identifier) $member_config->identifier = 'user_id';
|
||||
$identifierForm->title = $lang->{$member_config->identifier};
|
||||
$identifierForm->name = $member_config->identifier;
|
||||
$identifierForm->value = $member_info->{$member_config->identifier};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue