Skip to content
Snippets Groups Projects
Commit 6d93659a authored by Rasmus Fuhse's avatar Rasmus Fuhse
Browse files

Resolve "PERSONALDOCUMENT_ENABLE wird noch verwendet?"

Closes #4093

Merge request studip/studip!2937
parent 3abeb6de
No related branches found
No related tags found
No related merge requests found
......@@ -207,11 +207,6 @@ class AdminNavigation extends Navigation
$navigation->addSubNavigation('cronjobs', new Navigation(_('Cronjobs'), 'dispatch.php/admin/cronjobs/schedules'));
}
if (Config::get()->PERSONALDOCUMENT_ENABLE) {
$navigation->addSubNavigation('document_area', new Navigation(_('Pers. Dateibereich'), 'dispatch.php/document/administration'));
}
$navigation->addSubNavigation('admissionrules', new Navigation(_('Anmelderegeln'), 'dispatch.php/admission/ruleadministration'));
if (Config::get()->API_ENABLED) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment