From 7f6c9589144b5c537738bf2b95a6d856efa3a91f Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 2 Apr 2013 18:49:57 +0200 Subject: [PATCH] 3.1 compat changes --- code/TestPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/TestPage.php b/code/TestPage.php index a677090..3fbaef3 100644 --- a/code/TestPage.php +++ b/code/TestPage.php @@ -49,7 +49,7 @@ class TestPage extends Page { * Parent class of all test page controllers */ class TestPage_Controller extends Page_Controller { - static $allowed_actions = array( + private static $allowed_actions = array( 'Form', 'save', );