mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix typo
This commit is contained in:
parent
f00844a003
commit
473f3c6916
1 changed files with 1 additions and 1 deletions
|
|
@ -333,7 +333,7 @@ class OC_User {
|
|||
|
||||
/**
|
||||
* @brief get the display name of the user currently logged in.
|
||||
* @retur string uid or false
|
||||
* @return string uid or false
|
||||
*/
|
||||
public static function getDisplayName($user = null) {
|
||||
if ($user) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue