adding web request parameter for consistency
authorThomasV <thomasv@users.mediawiki.org>
Wed, 8 Jul 2009 18:19:07 +0000 (18:19 +0000)
committerThomasV <thomasv@users.mediawiki.org>
Wed, 8 Jul 2009 18:19:07 +0000 (18:19 +0000)
includes/EditPage.php

index ecd4bbb..2d2b858 100644 (file)
@@ -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 ) );
        }
 
        /**