summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/Template/link/edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/link/edit.php b/app/Template/link/edit.php
index 0ad73275..cb4f29e2 100644
--- a/app/Template/link/edit.php
+++ b/app/Template/link/edit.php
@@ -16,6 +16,6 @@
<div class="form-actions">
<button type="submit" class="btn btn-blue"><?= t('Save') ?></button>
<?= t('or') ?>
- <?= $this->url->link(t('cancel'), 'link', 'index') ?>
+ <?= $this->url->link(t('cancel'), 'LinkController', 'index') ?>
</div>
</form>