X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28%27votes%27%2C%20votes=%27waiting%27%29%20%7D%7D?a=blobdiff_plain;f=includes%2FEditPage.php;h=28ace46a0829eb0a1ecee7bb914488c8e901d911;hb=14b524c1185097e96aab258f678991d87c1ac118;hp=d40925214d79614f3d38c3bd4ff2f67b20afa842;hpb=36e3b656d2b0579c70d319b878ac397f9de201dd;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/EditPage.php b/includes/EditPage.php index d40925214d..28ace46a08 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -1732,7 +1732,7 @@ class EditPage { $previewOutput = $this->getPreviewText(); } - wfRunHooks( 'EditPage::showEditForm:initial', array( &$this ) ); + wfRunHooks( 'EditPage::showEditForm:initial', array( &$this, &$wgOut ) ); $this->setHeaders();