Opps, fixed parser errors

Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
Roland Haeder 2017-04-14 17:03:59 +02:00
parent 03d23838f5
commit a8136898b4
No known key found for this signature in database
GPG key ID: B72F8185C6C7BD78
2 changed files with 3 additions and 3 deletions

View file

@ -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 {