mirror of
https://github.com/friendica/friendica
synced 2025-05-20 08:24:10 +02:00
Coding standards
This commit is contained in:
parent
5bcb9daa43
commit
c86111d193
2 changed files with 3 additions and 3 deletions
|
@ -2793,7 +2793,7 @@ class Diaspora
|
|||
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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue