mirror of
https://github.com/friendica/friendica
synced 2025-04-27 23:50:10 +00:00
"getUserNickname" is now "getLoggedInUserNickname"
This commit is contained in:
parent
27177f19c9
commit
15b93b4459
27 changed files with 45 additions and 45 deletions
|
@ -166,7 +166,7 @@ class App
|
|||
* Fetch the user nick name
|
||||
* @return string
|
||||
*/
|
||||
public function getUserNickname()
|
||||
public function getLoggedInUserNickname()
|
||||
{
|
||||
return $this->nickname;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue