private statics for 3.1

This commit is contained in:
Will Rossiter 2013-07-15 20:49:49 +12:00
parent 67cb86b319
commit 775eb66053
1 changed files with 1 additions and 5 deletions

View File

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