From dc7c7667ec2eb648ca097d00c25a00f7cc9a7d19 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 19 Feb 2017 12:14:54 -0500 Subject: Avoid passing application_url argument to all notification templates --- app/Template/notification/subtask_update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Template/notification/subtask_update.php') diff --git a/app/Template/notification/subtask_update.php b/app/Template/notification/subtask_update.php index e6785f2c..0c235942 100644 --- a/app/Template/notification/subtask_update.php +++ b/app/Template/notification/subtask_update.php @@ -18,4 +18,4 @@ -render('notification/footer', array('task' => $task, 'application_url' => $application_url)) ?> \ No newline at end of file +render('notification/footer', array('task' => $task)) ?> \ No newline at end of file -- cgit v1.2.3