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/SpecialLongpages.php | |
parent | 0bac06c301f2a83edb0236e4c2434da16848d549 (diff) |
Aktualisierung auf MediaWiki 1.10.0
Plugins angepasst und verbessert
kleine Korrekturen am Design
Diffstat (limited to 'includes/SpecialLongpages.php')
-rw-r--r-- | includes/SpecialLongpages.php | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/includes/SpecialLongpages.php b/includes/SpecialLongpages.php index 3736d6fc..40659889 100644 --- a/includes/SpecialLongpages.php +++ b/includes/SpecialLongpages.php @@ -1,14 +1,12 @@ <?php /** * - * @package MediaWiki - * @subpackage SpecialPage + * @addtogroup SpecialPage */ /** * - * @package MediaWiki - * @subpackage SpecialPage + * @addtogroup SpecialPage */ class LongPagesPage extends ShortPagesPage { @@ -24,13 +22,12 @@ class LongPagesPage extends ShortPagesPage { /** * constructor */ -function wfSpecialLongpages() -{ - list( $limit, $offset ) = wfCheckLimits(); +function wfSpecialLongpages() { + list( $limit, $offset ) = wfCheckLimits(); - $lpp = new LongPagesPage(); + $lpp = new LongPagesPage(); - $lpp->doQuery( $offset, $limit ); + $lpp->doQuery( $offset, $limit ); } ?> |