Pass user to WikiPage::doEditContent from EditPage
[lhc/web/wiklou.git] / includes / EditPage.php
index 0ca2f80..f3a41c4 100644 (file)
@@ -1943,7 +1943,7 @@ class EditPage {
                        $this->summary,
                        $flags,
                        false,
-                       null,
+                       $wgUser,
                        $content->getDefaultFormat()
                );