Compatbility with master - allowed_actions private

This commit is contained in:
Stephen Shkardoon 2013-10-03 19:29:21 +13:00
parent 5746922904
commit 075974edbb

View File

@ -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'
);