Missing $

This commit is contained in:
Michael Vogel 2015-05-03 22:40:20 +02:00
parent faeae280c7
commit b2ecf805ea
1 changed files with 1 additions and 1 deletions

View File

@ -1086,7 +1086,7 @@ function diaspora_reshare($importer,$xml,$msg) {
dbesc(NETWORK_DIASPORA) dbesc(NETWORK_DIASPORA)
); );
if(count($r)) { 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? // 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 // Then refetch the content, since there can be many side effects with reshared posts from other networks or reshares from reshares