Skip to content
Snippets Groups Projects
Commit b4fbe09c authored by Marcus Eibrink-Lunzenauer's avatar Marcus Eibrink-Lunzenauer
Browse files

Move migrations and fix typo.

parent 374e1180
Branches studip-rector
No related tags found
No related merge requests found
Pipeline #28353 passed
......@@ -68,7 +68,7 @@ class Admin_CoursewareController extends AuthenticatedController
$changed = array_sum(
array_map(
fn ($blockType) => $blockType::activate() ? 1 : 0,
$requestedBlockTypes)
$requestedBlockTypes
)
);
......
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