From 6d6136cdb5a2149037c3cf315b3fa81a72bd7d55 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 25 Oct 2011 20:30:01 -0700 Subject: [PATCH] fix diaspora cache --- include/network.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/network.php b/include/network.php index c6f5fd90..a9ee3f0a 100644 --- a/include/network.php +++ b/include/network.php @@ -732,7 +732,6 @@ function add_fcontact($arr,$update = false) { dbesc($arr['notify']), dbesc($arr['poll']), dbesc($arr['confirm']), - dbesc($arr['network']), dbesc($arr['alias']), dbesc($arr['pubkey']), dbesc(datetime_convert()), @@ -760,5 +759,6 @@ function add_fcontact($arr,$update = false) { dbesc(datetime_convert()) ); } + return $r; }