Add localised tooltips for moved paragraph indicators
[lhc/web/wiklou.git] / includes / specials / SpecialActiveusers.php
index e7c9423..9028787 100644 (file)
@@ -28,9 +28,6 @@
  */
 class SpecialActiveUsers extends SpecialPage {
 
-       /**
-        * Constructor
-        */
        public function __construct() {
                parent::__construct( 'Activeusers' );
        }