From 075974edbb15de37252c50c17acd5566f21c2227 Mon Sep 17 00:00:00 2001 From: Stephen Shkardoon Date: Thu, 3 Oct 2013 19:29:21 +1300 Subject: [PATCH] Compatbility with master - allowed_actions private --- code/DMSDocument.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/DMSDocument.php b/code/DMSDocument.php index 4c823cb..db0626a 100755 --- a/code/DMSDocument.php +++ b/code/DMSDocument.php @@ -808,7 +808,7 @@ class DMSDocument_Controller extends Controller { static $testMode = false; //mode to switch for testing. Does not return document download, just document URL - static $allowed_actions = array( + private static $allowed_actions = array( 'index' );