Index: trunk/phase3/includes/ExternalEdit.php |
— | — | @@ -37,7 +37,7 @@ |
38 | 38 | * @param $mode String What mode we're using. Only 'file' has any effect |
39 | 39 | */ |
40 | 40 | public function __construct( $title, $mode ) { |
41 | | - $this->title = $article->getTitle(); |
| 41 | + $this->title = $title; |
42 | 42 | $this->mode = $mode; |
43 | 43 | } |
44 | 44 | |