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