diff options
Diffstat (limited to 'app/Templates/notification_file_creation.php')
-rw-r--r-- | app/Templates/notification_file_creation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Templates/notification_file_creation.php b/app/Templates/notification_file_creation.php index 50f4a2d5..d8636820 100644 --- a/app/Templates/notification_file_creation.php +++ b/app/Templates/notification_file_creation.php @@ -2,4 +2,4 @@ <h3><?= t('New attachment added "%s"', $file['name']) ?></h3> -<?= Helper\template('notification_footer', array('task' => $task)) ?>
\ No newline at end of file +<?= Helper\template('notification_footer', array('task' => $task, 'application_url' => $application_url)) ?>
\ No newline at end of file |