BUG Update allowed_actions on frontend Controller.

This commit is contained in:
Mateusz Uzdowski 2013-07-09 15:20:19 +12:00
parent 3352fe38b0
commit eae3283e4c
1 changed files with 7 additions and 0 deletions

View File

@ -409,6 +409,13 @@ class UserDefinedForm extends Page {
class UserDefinedForm_Controller extends Page_Controller {
public static $allowed_actions = array(
'index',
'ping',
'Form',
'finished'
);
/**
* Load all the custom jquery needed to run the custom
* validation