/**
  * @see SpecialPage::__construct
  *
  * @since 1.9
  *
  * @param $name
  * @param $restriction
  */
 public function __construct($name = '', $restriction = '')
 {
     parent::__construct($name, $restriction);
     $this->store = StoreFactory::getStore();
 }