Fix for r92187
authorChad Horohoe <demon@users.mediawiki.org>
Fri, 15 Jul 2011 05:32:57 +0000 (05:32 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Fri, 15 Jul 2011 05:32:57 +0000 (05:32 +0000)
includes/ExternalEdit.php

index 2c26d94..7cc63ef 100644 (file)
@@ -37,7 +37,7 @@ class ExternalEdit {
         * @param $mode String What mode we're using. Only 'file' has any effect
         */
        public function __construct( $title, $mode ) {
-               $this->title = $article->getTitle();
+               $this->title = $title;
                $this->mode = $mode;
        }