diff --git a/Controllers/RecipeController.php b/Controllers/RecipeController.php index d57a834..ede024f 100644 --- a/Controllers/RecipeController.php +++ b/Controllers/RecipeController.php @@ -51,6 +51,8 @@ final class RecipeController public function newAction(Array $A_urlParams = null, Array $A_postParams = null) { + Session::login_or_die(); + View::show("recipe/edit", array("POST_URI" => "/recipe/create", "RECIPE" => array())); }