diff --git a/code/ImageEditor.php b/code/ImageEditor.php index e3e264f2..0c339341 100644 --- a/code/ImageEditor.php +++ b/code/ImageEditor.php @@ -6,6 +6,10 @@ */ class ImageEditor extends Controller { + static $allowed_actions = array( + '*' => 'CMS_ACCESS_CMSMain' + ); + public $fileToEdit = ""; public $fileToEditOnlyName = "";