well that was certainly fun. And the reason why likes and other acitivity deletions weren't propagating. Hopefully this is the last reason and there aren't more lurking further down the chain.
This commit is contained in:
@@ -316,7 +316,7 @@ function like_content(&$a) {
|
||||
// already liked it. Drop that item.
|
||||
require_once('include/items.php');
|
||||
foreach($r as $rr) {
|
||||
drop_item($rr['id'],false,DROPITEM_PHASE1);
|
||||
drop_item($rr['id'],true,DROPITEM_PHASE1);
|
||||
}
|
||||
if($interactive)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user