X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=gpluspost%2Fgpluspost.php;h=f9459b5a1fce207704927c4be83e862e9535b716;hb=362efbc6c8f542fb7127613596fcc6b87821a3e6;hp=5b2b3bf6ee45e4a924fe381e54cb9037f88003d3;hpb=e60a9e61fd25726578ee97656d56963c728ad5a5;p=friendica-addons.git diff --git a/gpluspost/gpluspost.php b/gpluspost/gpluspost.php index 5b2b3bf6..f9459b5a 100644 --- a/gpluspost/gpluspost.php +++ b/gpluspost/gpluspost.php @@ -230,7 +230,7 @@ function gpluspost_send(&$a,&$b) { return; // if post comes from Google+ don't send it back - if (!get_pconfig($b["uid"],'gpluspost','no_loop_prevention') and ($b['app'] == "Google+")) + if (!get_pconfig($b["uid"],'gpluspost','no_loop_prevention') and (($b['app'] == "Google+") OR ($b["extid"] == NETWORK_GPLUS))) return; if (!gpluspost_nextscripts()) {