mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 14:05:56 +02:00
Merge pull request #32 from ss23/master
Compatbility with master - allowed_actions private
This commit is contained in:
commit
ef2f8d35a1
@ -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'
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user