crash backup
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled

This commit is contained in:
Dennis Eichhorn 2025-03-21 02:48:20 +00:00
parent c81f529883
commit 57148d5fb6

View File

@ -90,7 +90,7 @@ final class BackendController extends Controller
->with('items/files')
->with('items/files/tags')
->with('distributions')
->where('id', (int) $request->getData('id'))
->where('id', $request->getDataInt('id') ?? 0)
->where('items/l11n/language', $response->header->l11n->language)
->where('item/sl11n/type/title', ['name1', 'name2'], 'IN')
->where('items/files/tags/name', 'profile_image')