template fixes + bug fixes + style fixes

This commit is contained in:
Dennis Eichhorn 2024-04-02 21:40:47 +00:00
parent fe52e4282c
commit e7d9a464dd

View File

@ -75,7 +75,7 @@ final class BackendController extends Controller
->where('isTemplate', true)
->where('account', $request->header->account)
->where('l11n/language', $response->header->l11n->language)
->execute();
->executeGetArray();
$view->data['templates'] = $templates;