示例#1
0
 /**
  * Makes a request to the plugin authors message service
  */
 public function update($id)
 {
     parent::update($id);
     $this->vars['lang'] = Settings::get('read_lang', 'en');
 }