Avoid passing application_url argument to all notification templates
This commit is contained in:
@@ -88,7 +88,6 @@ class TaskEmail extends Base
|
||||
$this->getParam('subject'),
|
||||
$this->template->render('notification/task_create', array(
|
||||
'task' => $data['task'],
|
||||
'application_url' => $this->configModel->get('application_url'),
|
||||
))
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user