Funkwhale context file moved

This commit is contained in:
Michael 2022-07-23 23:10:47 +00:00
parent 6a19639ac2
commit 073695b33c
4 changed files with 6 additions and 3 deletions

View file

@ -935,7 +935,7 @@ class Processor
Logger::info('Item insertion successful', ['user' => $item['uid'], 'item_id' => $item_id]);
$success = true;
} else {
Logger::notice('Item insertion aborted', ['user' => $item['uid']]);
Logger::notice('Item insertion aborted', ['uri' => $item['uri'], 'uid' => $item['uid']]);
}
if ($item['uid'] == 0) {