Skip to content

Commit

Permalink
Forum: Fix call of getEmail()
Browse files Browse the repository at this point in the history
  • Loading branch information
blackcoder87 committed Jun 28, 2019
1 parent ef0f315 commit 537d8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/modules/forum/controllers/Newpost.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public function indexAction()

$sitetitle = $this->getConfig()->get('page_title');
$date = new \Ilch\Date();
$mailContent = $emailsMapper->getEmail('user', 'topic_subscription_mail', $this->getTranslator()->getLocale());
$mailContent = $emailsMapper->getEmail('forum', 'topic_subscription_mail', $this->getTranslator()->getLocale());
$layout = '';
if (isset($_SESSION['layout'])) {
$layout = $_SESSION['layout'];
Expand Down

0 comments on commit 537d8d6

Please sign in to comment.