require login to create a new recipe
This commit is contained in:
parent
ef61cbcb3e
commit
1a1226700b
@ -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()));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user