summaryrefslogtreecommitdiff
path: root/app/Template/config/board.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/config/board.php')
-rw-r--r--app/Template/config/board.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/config/board.php b/app/Template/config/board.php
index 75cd40ef..62a736e7 100644
--- a/app/Template/config/board.php
+++ b/app/Template/config/board.php
@@ -1,7 +1,7 @@
<div class="page-header">
<h2><?= t('Board settings') ?></h2>
</div>
-<form method="post" action="<?= $this->url->href('config', 'save', array('redirect' => 'board')) ?>" autocomplete="off">
+<form method="post" action="<?= $this->url->href('ConfigController', 'save', array('redirect' => 'board')) ?>" autocomplete="off">
<?= $this->form->csrf() ?>