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