aboutsummaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/course/wiki.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/course/wiki.php b/app/controllers/course/wiki.php
index cf02e04..72474e3 100644
--- a/app/controllers/course/wiki.php
+++ b/app/controllers/course/wiki.php
@@ -494,7 +494,6 @@ class Course_WikiController extends AuthenticatedController
}
CSRFProtection::verifyUnsafeRequest();
$this->config = $this->range->getConfiguration();
- $this->config->store('WIKI_STARTPAGE_ID', trim(Request::option('wiki_startpage_id')));
if (
$this->config->WIKI_CREATE_PERMISSION === 'all'
|| $GLOBALS['perm']->have_studip_perm($this->config->WIKI_CREATE_PERMISSION, Context::getId())