merged master
[lhc/web/wiklou.git] / includes / WikiPage.php
index 3910bf8..e5edd2e 100644 (file)
@@ -3129,7 +3129,7 @@ class WikiPage extends Page {
        public function quickEdit( $text, $comment = '', $minor = 0 ) {
                wfDeprecated( __METHOD__, '1.18' );
                global $wgUser;
-               return $this->doQuickEdit( $text, $wgUser, $comment, $minor );
+               $this->doQuickEdit( $text, $wgUser, $comment, $minor );
        }
 
        /**