/**
  *  this method is called always after determine_action method
  *
  *  @return none
  */
 function post_determine_action()
 {
     parent::post_determine_action();
 }