Merge pull request #32 from ss23/master

Compatbility with master - allowed_actions private
This commit is contained in:
Stephen Shkardoon 2013-10-02 23:32:52 -07:00
commit ef2f8d35a1

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