mirror of
https://github.com/friendica/friendica
synced 2025-04-28 03:50:17 +00:00
"getUserId" is now "getLoggedInUserId"
This commit is contained in:
parent
15b93b4459
commit
c81e81dc8d
23 changed files with 31 additions and 31 deletions
|
@ -157,7 +157,7 @@ class App
|
|||
* Fetch the user id
|
||||
* @return int
|
||||
*/
|
||||
public function getUserId()
|
||||
public function getLoggedInUserId()
|
||||
{
|
||||
return $this->user_id;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue