This commit is contained in:
friendica
2012-07-10 20:44:17 -07:00
parent cc35457971
commit 31c218e785
3 changed files with 1 additions and 14 deletions

View File

@@ -3675,7 +3675,7 @@ function store_diaspora_retract_sig($item, $user, $baseurl) {
}
else {
$r = q("SELECT `nick`, `url` FROM `contact` WHERE `id` = '%d' LIMIT 1",
$item['contact-id']
$item['contact-id'] // If this function gets called, drop_item() has already checked remote_user() == $item['contact-id']
);
if(count($r)) {
// The below handle only works for NETWORK_DFRN. I think that's ok, because this function