summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2016-09-27 17:43:50 -0400
committerGitHub <noreply@github.com>2016-09-27 17:43:50 -0400
commit2f64bc2e8d6dd17eafd8238db66c682199281e45 (patch)
tree723e41fe31efe78ad0cf0cfbcb6376138b3d4936 /app
parent88549330fa16e6e500e536b54d6c1d8316a05291 (diff)
parent76b4f631dc6deb330e20b811ed08fc2a1792baae (diff)
Merge pull request #2703
Avoid "Controller not found"
Diffstat (limited to 'app')
-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>