diff options
author | friendica <info@friendica.com> | 2012-08-05 21:41:58 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-08-05 21:41:58 -0700 |
commit | c673c70c25143f18b2ef6aef9ee6633d0eac46ae (patch) | |
tree | a5e242bc114a08cd7a46868e56f5159075f3e7fe /include/items.php | |
parent | 4f645992100a9c2a9877548b37cf4f78b4c6a160 (diff) | |
download | volse-hubzilla-c673c70c25143f18b2ef6aef9ee6633d0eac46ae.tar.gz volse-hubzilla-c673c70c25143f18b2ef6aef9ee6633d0eac46ae.tar.bz2 volse-hubzilla-c673c70c25143f18b2ef6aef9ee6633d0eac46ae.zip |
updates
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 2381dd2ea..7e49f4b82 100755 --- a/include/items.php +++ b/include/items.php @@ -3589,7 +3589,7 @@ function drop_item($id,$interactive = true) { // check if logged in user is either the author or owner of this item - if((local_user() == $item['uid']) || (remote_user() == $item['contact-id'])) { + if((local_user() == $item['uid']) || (remote_user() == $item['contact-id']) || (! $interactive)) { // delete the item |