mirror of
https://github.com/grocy/grocy.git
synced 2025-10-14 09:11:11 +00:00
Fix all the little things for the next release
This commit is contained in:
@@ -31,6 +31,7 @@ class RecipesController extends BaseController
|
||||
{
|
||||
$selectedRecipe = $recipe;
|
||||
$selectedRecipePositions = $this->Database->recipes_pos()->where('recipe_id', $recipe->id);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user