Coding standards
This commit is contained in:
@@ -2811,9 +2811,9 @@ class DFRN
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
logger('deleting item '.$item["id"].' uri='.$uri, LOGGER_DEBUG);
|
logger('deleting item '.$item['id'].' uri='.$uri, LOGGER_DEBUG);
|
||||||
|
|
||||||
Item::delete(['id' => $item["id"]]);
|
Item::delete(['id' => $item['id']]);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -2793,7 +2793,7 @@ class Diaspora
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
Item::delete(['id' => $item["id"]]);
|
Item::delete(['id' => $item['id']]);
|
||||||
|
|
||||||
logger("Deleted target ".$target_guid." (".$item["id"].") from user ".$item["uid"]." parent: ".$item["parent"], LOGGER_DEBUG);
|
logger("Deleted target ".$target_guid." (".$item["id"].") from user ".$item["uid"]." parent: ".$item["parent"], LOGGER_DEBUG);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user