From 1c5f161384bc346cf973cd048e6e648bda0e67f2 Mon Sep 17 00:00:00 2001 From: Julian Seidenberg Date: Thu, 24 Feb 2011 17:03:24 +1300 Subject: [PATCH] BUGFIX: added SideReportForm back in as an allowed action, which is called when loading a new page in the CMS. --- code/CMSMain.php | 1 + 1 file changed, 1 insertion(+) diff --git a/code/CMSMain.php b/code/CMSMain.php index 104b0470..428edb0a 100755 --- a/code/CMSMain.php +++ b/code/CMSMain.php @@ -42,6 +42,7 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr 'PublishItemsForm', 'RootForm', 'sidereport', + 'SideReportsForm', 'submit', 'versions', 'EditForm',