X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Factions%2FRenderAction.php;h=16e407f46f515cfe3e7e56a7eee3f7608abbcabf;hb=0295e7260bf52a1fc6c051ad010c40abd79e1721;hp=3d244fb3f3bc58f18e561a750cf67ed60ce10ec8;hpb=9e2a081fcc286cb5486b2b73aba16908953e5873;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/actions/RenderAction.php b/includes/actions/RenderAction.php index 3d244fb3f3..16e407f46f 100644 --- a/includes/actions/RenderAction.php +++ b/includes/actions/RenderAction.php @@ -41,9 +41,6 @@ class RenderAction extends FormlessAction { } public function show() { - $this->page->render(); - } - }