From a5d4b3a560ed13ebdc1a803ba9d636ac058f46c9 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Fri, 15 Jul 2011 05:32:57 +0000 Subject: [PATCH] Fix for r92187 --- includes/ExternalEdit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ExternalEdit.php b/includes/ExternalEdit.php index 2c26d947ab..7cc63efeef 100644 --- a/includes/ExternalEdit.php +++ b/includes/ExternalEdit.php @@ -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; } -- 2.20.1