Merge pull request #2703

Avoid "Controller not found"
This commit is contained in:
Frédéric Guillot 2016-09-27 17:43:50 -04:00 committed by GitHub
commit 2f64bc2e8d
1 changed files with 1 additions and 1 deletions

View File

@ -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>