コード例 #1
0
 /**
  * Action postdispatch
  *
  * Remove No-referer flag from customer session after each action
  */
 public function postDispatch()
 {
     parent::postDispatch();
     $this->_getSession()->unsNoReferer(false);
 }