mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 12:05:56 +00: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 $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'
|
'index'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user