diff --git a/code/BulkLoaderAdmin.php b/code/BulkLoaderAdmin.php index 0a30a90a..bfd8f5e5 100755 --- a/code/BulkLoaderAdmin.php +++ b/code/BulkLoaderAdmin.php @@ -16,6 +16,11 @@ */ class BulkLoaderAdmin extends LeftAndMain { + static $allowed_actions = array( + 'preview' => 'ADMIN', + 'process' => 'ADMIN', + ); + /** * Initialisation method called before accessing any functionality that BulkLoaderAdmin has to offer */