Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Commit

Permalink
fixes feedbackform according to changes in VFCore 03b9aee
Browse files Browse the repository at this point in the history
  • Loading branch information
edelm committed Jun 16, 2016
1 parent 4cbb2e3 commit 524f0b1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions module/Swissbib/src/Swissbib/Controller/FeedbackController.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,17 @@ class FeedbackController extends VuFindFeedbackController
* @return \Zend\View\Model\ViewModel
*/
public function homeAction()
{
return $this->forwardTo('Feedback', 'Email');
}

/**
* Receives input from the user and sends an email to the recipient set in
* the config.ini
*
* @return void
*/
public function emailAction()
{
/**
* FeedbackForm
Expand Down

0 comments on commit 524f0b1

Please sign in to comment.