diff options
author | friendica <info@friendica.com> | 2012-07-10 20:44:17 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-10 20:44:17 -0700 |
commit | 31c218e785931bcb69f0abc058056ad5f60ae28c (patch) | |
tree | 3cf09b10478cb160fd83665f0618ea1fd568c600 /include/items.php | |
parent | cc35457971c769c2ad64927814e31617dc2b618f (diff) | |
download | volse-hubzilla-31c218e785931bcb69f0abc058056ad5f60ae28c.tar.gz volse-hubzilla-31c218e785931bcb69f0abc058056ad5f60ae28c.tar.bz2 volse-hubzilla-31c218e785931bcb69f0abc058056ad5f60ae28c.zip |
catchup
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index d48a04da5..ac5ddbf45 100755 --- a/include/items.php +++ b/include/items.php @@ -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 |