diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2007-05-16 20:58:53 +0000 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2007-05-16 20:58:53 +0000 |
commit | cecb985bee3bdd252e1b8dc0bd500b37cd52be01 (patch) | |
tree | 17266aa237742640aabee7856f0202317a45d540 /includes/ExternalEdit.php | |
parent | 0bac06c301f2a83edb0236e4c2434da16848d549 (diff) |
Aktualisierung auf MediaWiki 1.10.0
Plugins angepasst und verbessert
kleine Korrekturen am Design
Diffstat (limited to 'includes/ExternalEdit.php')
-rw-r--r-- | includes/ExternalEdit.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/includes/ExternalEdit.php b/includes/ExternalEdit.php index 14b55fdb..c8ed8bde 100644 --- a/includes/ExternalEdit.php +++ b/includes/ExternalEdit.php @@ -3,12 +3,10 @@ * License: Public domain * * @author Erik Moeller <moeller@scireview.de> - * @package MediaWiki */ /** * - * @package MediaWiki * * Support for external editors to modify both text and files * in external applications. It works as follows: MediaWiki @@ -22,7 +20,7 @@ class ExternalEdit { - function ExternalEdit ( $article, $mode ) { + function __construct( $article, $mode ) { global $wgInputEncoding; $this->mArticle =& $article; $this->mTitle =& $article->mTitle; |