diff --git a/code/ImageEditor.php b/code/ImageEditor.php index c8232efe..7cfd0bca 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 = "";