siteName = html_entity_decode($siteName); parent::__construct($login, $emailAddress); } protected function getBody() { return Piwik::translate('CoreAdminHome_SecurityNotificationAnonymousAccessEnabledBody', [$this->siteName]); } }