From b2ecf805ea0b31ae5f3de52b5f2620d0a4596a56 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Sun, 3 May 2015 22:40:20 +0200 Subject: [PATCH] Missing $ --- include/diaspora.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/diaspora.php b/include/diaspora.php index 69beb858ed..7c6a88064e 100755 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -1086,7 +1086,7 @@ function diaspora_reshare($importer,$xml,$msg) { dbesc(NETWORK_DIASPORA) ); if(count($r)) { - logger('reshared message '.orig_guid." reshared by ".$guid.' already exists on system: '.$orig_url); + logger('reshared message '.$orig_guid." reshared by ".$guid.' already exists on system: '.$orig_url); // Maybe it is already a reshared item? // Then refetch the content, since there can be many side effects with reshared posts from other networks or reshares from reshares