From aeb9e5f6ea8b522734b4a44f77142b0228821481 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Wed, 8 Jul 2009 18:19:07 +0000 Subject: [PATCH] adding web request parameter for consistency --- includes/EditPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/EditPage.php b/includes/EditPage.php index ecd4bbb0fe..2d2b858804 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -666,7 +666,7 @@ class EditPage { wfProfileOut( $fname ); // Allow extensions to modify form data - wfRunHooks( 'EditPage::importFormData', array( &$this ) ); + wfRunHooks( 'EditPage::importFormData', array( &$this, $request ) ); } /** -- 2.20.1