preferences: Fix display of real name
This commit is contained in:
committed by
Chris Morgan
parent
ced9b16cae
commit
b9577f0815
@@ -201,7 +201,7 @@ $oTable->SetCellSpacing(0);
|
||||
$oTable->SetClass("box-body");
|
||||
|
||||
// retrieve the form editing rows
|
||||
$aTableRows = GetEditAccountFormRows($oUser->sEmail);
|
||||
$aTableRows = GetEditAccountFormRows($oUser->sEmail, $oUser->sRealname);
|
||||
foreach($aTableRows as $oTableRow)
|
||||
$oTable->AddRow($oTableRow);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user