Fixed No lasthash after creating new throphy

  • Thread starter Thread starter ragtek
  • Start date Start date
R

ragtek

Guest
if a new trophy is created, the trophy id is missing

class XenForo_ControllerAdmin_Trophy
add
PHP:
  $trophyId = $dw->get('trophy_id');
into the actionSave methode after the saving
 
Top Bottom