Fix all the little things for the next release

This commit is contained in:
Bernd Bestel
2018-07-15 13:33:59 +02:00
parent 0fc7c297bf
commit 254e1a9bc1
6 changed files with 13 additions and 11 deletions

View File

@@ -31,6 +31,7 @@ class RecipesController extends BaseController
{
$selectedRecipe = $recipe;
$selectedRecipePositions = $this->Database->recipes_pos()->where('recipe_id', $recipe->id);
break;
}
}