diff options
| author | Finn Schneider <schneider@data-quest.de> | 2025-10-09 11:37:47 +0200 |
|---|---|---|
| committer | Finn Schneider <schneider@data-quest.de> | 2025-10-09 11:37:47 +0200 |
| commit | 5aa449cf3e060d016486e81f52b32f4694681cd0 (patch) | |
| tree | c8cc3dd70e0f9f0c5cdec194626e082dae17f9e3 /app/controllers/course/wiki.php | |
| parent | 0e869b89310f91995998a2ac542fe93b83bd5175 (diff) | |
re #5846 consistent start pageissue-5846
Diffstat (limited to 'app/controllers/course/wiki.php')
| -rw-r--r-- | app/controllers/course/wiki.php | 1 |
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()) |
