aboutsummaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorRon Lucke <lucke@elan-ev.de>2021-10-15 14:24:20 +0000
committerRon Lucke <lucke@elan-ev.de>2021-10-15 14:24:20 +0000
commit57f6fdebea79080cb64544ba65e5354848099d6f (patch)
tree4a6df7dea0732a6a4e403b19026f470eff0b9253 /db
parent19bb8fbb5cc3914de5177842cdf78f2583493ef4 (diff)
fixes #247
Diffstat (limited to 'db')
-rwxr-xr-xdb/migrations/1.326_courseware_integration.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/migrations/1.326_courseware_integration.php b/db/migrations/1.326_courseware_integration.php
index 281a2b4..2b161cd 100755
--- a/db/migrations/1.326_courseware_integration.php
+++ b/db/migrations/1.326_courseware_integration.php
@@ -152,7 +152,7 @@ class CoursewareIntegration extends \Migration
':description' => 'Mit dieser Konfigurationseinstellung wird für eine Courseware festgelegt, welche Rechtestufe Inhalte editieren dürfen.',
':range' => 'range',
':type' => 'string',
- ':value' => 'dozent'
+ ':value' => 'tutor'
]);
$statement->execute([
':name' => 'COURSEWARE_LAST_ELEMENT',