mirror of
https://github.com/friendica/friendica
synced 2025-05-02 23:44:23 +02:00
Better english
This commit is contained in:
parent
008c97c570
commit
8c2d455b98
2 changed files with 6 additions and 6 deletions
|
@ -4044,9 +4044,9 @@ class Diaspora
|
|||
$profile = $r[0];
|
||||
$handle = $profile["addr"];
|
||||
|
||||
$splitted_name = self::splitName($profile['name']);
|
||||
$first = $splitted_name['first'];
|
||||
$last = $splitted_name['last'];
|
||||
$split_name = self::splitName($profile['name']);
|
||||
$first = $split_name['first'];
|
||||
$last = $split_name['last'];
|
||||
|
||||
$large = System::baseUrl().'/photo/custom/300/'.$profile['uid'].'.jpg';
|
||||
$medium = System::baseUrl().'/photo/custom/100/'.$profile['uid'].'.jpg';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue