From 9ddb032bf217f333671b5b4b54bf397207df6caa Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sat, 25 Mar 2017 18:32:33 +0100 Subject: [PATCH] strange that this curly brace didn't make it in. now it is, thanks to @annando Signed-off-by: Roland Haeder --- include/update_gcontact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/update_gcontact.php b/include/update_gcontact.php index d90b98711..221c0829f 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; }