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/task_open.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Template/notification/task_open.php') diff --git a/app/Template/notification/task_open.php b/app/Template/notification/task_open.php index 2c85e9f7..5bd0d1a4 100644 --- a/app/Template/notification/task_open.php +++ b/app/Template/notification/task_open.php @@ -2,4 +2,4 @@

-render('notification/footer', array('task' => $task, 'application_url' => $application_url)) ?> +render('notification/footer', array('task' => $task)) ?> -- cgit v1.2.3