mirror of
https://github.com/Karaka-Management/oms-Messages.git
synced 2026-01-11 16:48:40 +00:00
template fixes + bug fixes + style fixes
This commit is contained in:
parent
fe52e4282c
commit
e7d9a464dd
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user