mirror of
https://github.com/friendica/friendica
synced 2025-04-27 11:10:12 +00:00
Some changes for better code quality
This commit is contained in:
parent
b043c7e0f2
commit
82987d018a
7 changed files with 17 additions and 23 deletions
|
@ -35,7 +35,7 @@ class Profile
|
|||
*
|
||||
* @return array Profile data
|
||||
*/
|
||||
public static function getProfileForUser($uid)
|
||||
public static function getByUID($uid)
|
||||
{
|
||||
$profile = DBA::selectFirst('profile', [], ['uid' => $uid, 'is-default' => true]);
|
||||
return $profile;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue