/**
  * @see Form::save()
  */
 public function save()
 {
     ACPForm::save();
     // save
     $this->avatarCategory->update($this->title, $this->showOrder, $this->groupID, $this->neededPoints);
     $this->saved();
     // show success message
     WCF::getTPL()->assign('success', true);
 }