diff --git a/module/block/view/scrumlistblock.html.php b/module/block/view/scrumlistblock.html.php
index 0de3df6fd1..24f3d9c44a 100644
--- a/module/block/view/scrumlistblock.html.php
+++ b/module/block/view/scrumlistblock.html.php
@@ -52,7 +52,7 @@
delay)):?>
execution->delayed;?>
- processStatus('project', $execution);?>
+ processStatus('execution', $execution);?>
diff --git a/module/tutorial/model.php b/module/tutorial/model.php
index c03b2afd4d..41f2bc8358 100644
--- a/module/tutorial/model.php
+++ b/module/tutorial/model.php
@@ -167,6 +167,7 @@ class tutorialModel extends model
$project->fluidBoard = 0;
$project->deleted = '0';
$project->hasProduct = '';
+ $project->multiple = '';
return $project;
}