redirect to a useful location after deleting or ignoring a friend request, begin comment moderation logic

This commit is contained in:
friendica 2012-01-24 18:59:55 -08:00
parent dae0c1ded2
commit e2d0eb4a88
3 changed files with 31 additions and 4 deletions

View file

@ -2755,6 +2755,9 @@ function item_expire($uid,$days) {
function drop_items($items) {
$uid = 0;
if((! local_user()) && (! $remote_user()))
return;
if(count($items)) {
foreach($items as $item) {
$owner = drop_item($item,false);