Avoid passing application_url argument to all notification templates

This commit is contained in:
Frederic Guillot
2017-02-19 12:14:54 -05:00
parent 778c9d8212
commit dc7c7667ec
24 changed files with 23 additions and 27 deletions

View File

@@ -8,4 +8,4 @@
<li><?= t('Task position:').' '.$this->text->e($task['position']) ?></li>
</ul>
<?= $this->render('notification/footer', array('task' => $task, 'application_url' => $application_url)) ?>
<?= $this->render('notification/footer', array('task' => $task)) ?>