Better english
This commit is contained in:
parent
008c97c570
commit
8c2d455b98
2 changed files with 6 additions and 6 deletions
|
@ -375,9 +375,9 @@ function profile_sidebar($profile, $block = 0)
|
|||
$location = $pdesc = $gender = $marital = $homepage = $about = false;
|
||||
}
|
||||
|
||||
$splitted_name = Diaspora::splitName($profile['name']);
|
||||
$firstname = $splitted_name['first'];
|
||||
$lastname = $splitted_name['last'];
|
||||
$split_name = Diaspora::splitName($profile['name']);
|
||||
$firstname = $split_name['first'];
|
||||
$lastname = $split_name['last'];
|
||||
|
||||
if ($profile['guid'] != "") {
|
||||
$diaspora = array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue