X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Factions%2FRenderAction.php;h=16e407f46f515cfe3e7e56a7eee3f7608abbcabf;hb=4ea08502b1b33e334752eadf02fda5d687ec219a;hp=3d244fb3f3bc58f18e561a750cf67ed60ce10ec8;hpb=d514374a0062202d680af131a8479eace677be70;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(); - } - }