X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Factions%2FRenderAction.php;h=16e407f46f515cfe3e7e56a7eee3f7608abbcabf;hb=660446b78eb8318f0030750b4f955f847eb99a80;hp=23cae6ac0f824e2509a67de987165fb89ac8622a;hpb=eeaca0a97fcb416c0ae2b24aec0b8ab76c30cac6;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/actions/RenderAction.php b/includes/actions/RenderAction.php index 23cae6ac0f..16e407f46f 100644 --- a/includes/actions/RenderAction.php +++ b/includes/actions/RenderAction.php @@ -23,6 +23,13 @@ * @author Timo Tijhof */ +/** + * Handle action=render + * + * This is a wrapper that will call Article::render(). + * + * @ingroup Actions + */ class RenderAction extends FormlessAction { public function getName() { @@ -34,9 +41,6 @@ class RenderAction extends FormlessAction { } public function show() { - $this->page->render(); - } - }