Avoid passing application_url argument to all notification templates
This commit is contained in:
@@ -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)) ?>
|
||||
Reference in New Issue
Block a user