From: Roland Haeder Date: Sat, 25 Mar 2017 17:32:33 +0000 (+0100) Subject: strange that this curly brace didn't make it in. now it is, thanks to @annando X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9ddb032bf217f333671b5b4b54bf397207df6caa;p=friendica.git strange that this curly brace didn't make it in. now it is, thanks to @annando Signed-off-by: Roland Haeder --- diff --git a/include/update_gcontact.php b/include/update_gcontact.php index d90b98711b..221c0829f5 100644 --- a/include/update_gcontact.php +++ b/include/update_gcontact.php @@ -25,7 +25,7 @@ function update_gcontact_run(&$argv, &$argc) { return; } - if (!in_array($r[0]["network"], array(NETWORK_DFRN, NETWORK_DIASPORA, NETWORK_OSTATUS))) + if (!in_array($r[0]["network"], array(NETWORK_DFRN, NETWORK_DIASPORA, NETWORK_OSTATUS))) { return; }