mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:02:54 +00:00
strange that this curly brace didn't make it in. now it is, thanks to @annando
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
33fa1e79af
commit
9ddb032bf2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue