@@ -54,7 +54,7 @@ |
||
54 | 54 | |
55 | 55 | return $this->render("@RibsAdmin/access-rights/edit-list.html.twig", [ |
56 | 56 | "access_right" => $access_right, |
57 | - "form" => $form->createView(), |
|
57 | + "form" => $form->createView(), |
|
58 | 58 | "list_rights_user" => $list_rights_user, |
59 | 59 | "ribs_admin_rights" => json_decode(file_get_contents($this->get("ribs_admin.globals")->getBaseBundlePath() . "/Resources/json/ribsadmin_rights.json")) |
60 | 60 | ]); |