mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Define $allowed_actions consistently
Required due to stricter $allowed_actions checks in 3.1
This commit is contained in:
parent
fba7c9640b
commit
537b0c6117
@ -15,6 +15,8 @@ class CMSPageHistoryController extends CMSMain {
|
||||
|
||||
static $allowed_actions = array(
|
||||
'VersionsForm',
|
||||
'CompareVersionsForm',
|
||||
'show',
|
||||
'compare'
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user