mirror of
https://github.com/friendica/friendica
synced 2025-04-25 16:30:10 +00:00
Opps, fixed parser errors
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
03d23838f5
commit
a8136898b4
2 changed files with 3 additions and 3 deletions
|
@ -573,7 +573,7 @@ function GetProfileUsername($profile, $username, $compact = false, $getnetwork =
|
|||
$gplus = preg_replace("=https?://plus.google.com/(.*)=ism", "$1@plus.google.com", $profile);
|
||||
if ($gplus != $profile) {
|
||||
if ($getnetwork) {
|
||||
return NETWORK_GPLUS);
|
||||
return NETWORK_GPLUS;
|
||||
} elseif ($compact) {
|
||||
return ($gplususername . " (" . $username . ")");
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue