diff options
| author | Moritz Strohm <strohm@data-quest.de> | 2022-12-16 10:04:55 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2022-12-16 10:04:55 +0000 |
| commit | 6ae35bf49023aba499763e7f45d860162cd5b581 (patch) | |
| tree | 193c274b8e79564106b25681bb9d701f1d30f651 /app/controllers/settings | |
| parent | 5a61df26056dcaaf630acb0315672caccc713018 (diff) | |
TIC 1388, closes #1388
Closes #1388
Merge request studip/studip!1161
Diffstat (limited to 'app/controllers/settings')
| -rw-r--r-- | app/controllers/settings/accessibility.php | 1 | ||||
| -rw-r--r-- | app/controllers/settings/general.php | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/app/controllers/settings/accessibility.php b/app/controllers/settings/accessibility.php index 6e53cc0..5ca4e8d 100644 --- a/app/controllers/settings/accessibility.php +++ b/app/controllers/settings/accessibility.php @@ -36,7 +36,6 @@ class Settings_AccessibilityController extends Settings_SettingsController CSRFProtection::verifyUnsafeRequest(); $this->config->store('USER_HIGH_CONTRAST', Request::bool('enable_high_contrast')); - $this->config->store('SKIPLINKS_ENABLE', Request::bool('skiplinks_enable')); PageLayout::postSuccess(_('Ihre Einstellungen wurden gespeichert.')); $this->redirect('settings/accessibility'); diff --git a/app/controllers/settings/general.php b/app/controllers/settings/general.php index 3c17eb6..8b6ef0e 100644 --- a/app/controllers/settings/general.php +++ b/app/controllers/settings/general.php @@ -64,7 +64,6 @@ class Settings_GeneralController extends Settings_SettingsController $this->config->store('PERSONAL_STARTPAGE', Request::int('personal_startpage')); $this->config->store('SHOWSEM_ENABLE', Request::int('showsem_enable')); - $this->config->store('SKIPLINKS_ENABLE', Request::int('skiplinks_enable')); $this->config->store('TOUR_AUTOSTART_DISABLE', Request::int('tour_autostart_disable')); $this->config->store('WIKI_COMMENTS_ENABLE', Request::int('wiki_comments_enable')); if ($this->show_room_management_autor_config) { |
