Skip to content
Snippets Groups Projects
Commit e20fef4c authored by Torsten Oppermann's avatar Torsten Oppermann
Browse files

[TASK] Fixing wrong tablename in siteroot query of the be module

parent 38b698bb
No related branches found
No related tags found
No related merge requests found
......@@ -519,7 +519,7 @@ class MailTemplateService {
'pages'
);
$rootPageRows = $queryBuilder->select('*')
->from('tx_sgshop_domain_model_voucher')
->from('pages')
->where(
$queryBuilder->expr()->eq(
'is_siteroot', 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment