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

@@ -43,4 +43,4 @@
<?= $this->text->markdown($task['description'], true) ?>
<?php endif ?>
<?= $this->render('notification/footer', array('task' => $task, 'application_url' => $this->app->config('application_url'))) ?>
<?= $this->render('notification/footer', array('task' => $task)) ?>