Define $allowed_actions consistently

Required due to stricter $allowed_actions checks in 3.1
This commit is contained in:
Ingo Schommer 2013-02-07 21:44:07 +01:00 committed by Hamish Friedlander
parent fba7c9640b
commit 537b0c6117

View File

@ -15,6 +15,8 @@ class CMSPageHistoryController extends CMSMain {
static $allowed_actions = array(
'VersionsForm',
'CompareVersionsForm',
'show',
'compare'
);