public function __construct()
 {
     parent::__construct('LanguageStats');
     $this->target = $this->getLanguage()->getCode();
     $this->totals = MessageGroupStats::getEmptyStats();
 }
 public function __construct()
 {
     SpecialPage::__construct('MessageGroupStats');
     $this->totals = MessageGroupStats::getEmptyStats();
 }