From: Chad Horohoe Date: Fri, 15 Jul 2011 05:32:57 +0000 (+0000) Subject: Fix for r92187 X-Git-Tag: 1.31.0-rc.0~28831 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/rappels.php?a=commitdiff_plain;h=a5d4b3a560ed13ebdc1a803ba9d636ac058f46c9;p=lhc%2Fweb%2Fwiklou.git Fix for r92187 --- 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; }