New option to disable the fetching of parents

This commit is contained in:
Michael 2022-08-04 19:32:36 +00:00
parent 196a1de7f2
commit 06f7244280
4 changed files with 34 additions and 8 deletions

View file

@ -706,7 +706,7 @@ class Item
}
if (!DBA::isResult($parent)) {
Logger::notice('item parent was not found - ignoring item', ['thr-parent-id' => $item['thr-parent-id'], 'uid' => $item['uid']]);
Logger::notice('item parent was not found - ignoring item', ['uri-id' => $item['uri-id'], 'thr-parent-id' => $item['thr-parent-id'], 'uid' => $item['uid'], 'callstack' => System::callstack(20)]);
return [];
}