/** * Initialises the user session. */ public function init() { parent::init(); $this->ignores = $this->outstandingNotifications = null; $this->checkPlanetChange(); }