mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 00:54:49 +02:00
Code cleanup
This commit is contained in:
@@ -182,10 +182,11 @@ class e_user_model extends e_admin_model
|
||||
{
|
||||
return $this->get('user_loginname');
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Real name getter. Use it as DB field name will be changed soon.
|
||||
* @param bool $strict if false, fall back to Display name when empty
|
||||
* @return mixed
|
||||
*/
|
||||
final public function getRealName($strict = false)
|
||||
{
|
||||
|
Reference in New Issue
Block a user