Fix PHP notice for a template
This commit is contained in:
parent
d040a6c5f6
commit
db8c8c34dc
|
|
@ -1,6 +1,6 @@
|
|||
<hr/>
|
||||
Kanboard
|
||||
|
||||
<?php if ($application_url): ?>
|
||||
<?php if (isset($application_url) && ! empty($application_url)): ?>
|
||||
- <a href="<?= $application_url.'?controller=task&action=show&task_id='.$task['id'] ?>"><?= t('view the task on Kanboard') ?></a>.
|
||||
<?php endif ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue