diff options
| author | Ron Lucke <lucke@elan-ev.de> | 2021-10-15 14:24:20 +0000 |
|---|---|---|
| committer | Ron Lucke <lucke@elan-ev.de> | 2021-10-15 14:24:20 +0000 |
| commit | 57f6fdebea79080cb64544ba65e5354848099d6f (patch) | |
| tree | 4a6df7dea0732a6a4e403b19026f470eff0b9253 /db | |
| parent | 19bb8fbb5cc3914de5177842cdf78f2583493ef4 (diff) | |
fixes #247
Diffstat (limited to 'db')
| -rwxr-xr-x | db/migrations/1.326_courseware_integration.php | 2 |
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', |
