From 775eb66053c6f09ca6664060b7e52d5249f15605 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Mon, 15 Jul 2013 20:49:49 +1200 Subject: [PATCH] private statics for 3.1 --- code/model/UserDefinedForm.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/code/model/UserDefinedForm.php b/code/model/UserDefinedForm.php index c3d199d..6bdd01d 100755 --- a/code/model/UserDefinedForm.php +++ b/code/model/UserDefinedForm.php @@ -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();