Allow partially blocked users to tag unrelated revisions
[lhc/web/wiklou.git] / includes / specials / SpecialLongpages.php
index c045f9e..d90d271 100644 (file)
@@ -26,7 +26,6 @@
  * @ingroup SpecialPage
  */
 class LongPagesPage extends ShortPagesPage {
-
        function __construct( $name = 'Longpages' ) {
                parent::__construct( $name );
        }