Skip to content

Instantly share code, notes, and snippets.

@julianwachholz
Created May 3, 2013 09:35
Show Gist options
  • Save julianwachholz/5508208 to your computer and use it in GitHub Desktop.
Save julianwachholz/5508208 to your computer and use it in GitHub Desktop.
<?php
use ActionController; // etc..
/**
* Example controller
*/
class EventController extends ActionController {
public function invitePeopleFormAction(SearchForm $searchForm = NULL) {
// check individual properties of $searchForm, e.g. $searchForm->getEvent()
}
}
#1255082824: Request hash (HMAC) checking failed. The parameter __hmac was invalid or not set, and objects were modified. (More information)
----
Most likely due to a miscalculation caused by the property set in arguments above.
<f:link.action action="invitePeopleForm" arguments="{searchForm: '{event: event}'}">
Invite people
</f:link.action>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment