Skip to content

Commit

Permalink
EmailPresenter: now works with ajax
Browse files Browse the repository at this point in the history
  • Loading branch information
pepakriz committed Oct 10, 2014
1 parent 0c219be commit edc2d02
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Notifications/AdminModule/EmailPresenter.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ protected function startup()
parent::startup();
}

/**
* @return boolean
*/
public function isAjax()
{
return false;
}

/**
* @return string[]
*/
Expand Down

0 comments on commit edc2d02

Please sign in to comment.