Skip to content

Commit

Permalink
Template Edit Bug Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
cesurapp authored Jul 20, 2019
1 parent feaa8cd commit 81e7e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/MailController.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public function editTemplate(Request $request, ParameterBagInterface $bag, $id):
// Render Page
return $this->render('@PdMailer/template.html.twig', [
'form' => $form->createView(),
'objects' => @unserialize($mailTemplate->getTemplateData(), null),
'objects' => @unserialize($mailTemplate->getTemplateData()),
'title' => 'mail_manager_template_edit',
'description' => 'mail_manager_template_edit_desc',
'base_template' => $this->getParameter('pd_mailer.base_template'),
Expand Down

0 comments on commit 81e7e8b

Please sign in to comment.