diff --git a/code/controllers/GoogleSitemapController.php b/code/controllers/GoogleSitemapController.php index 5482f3f..2e1bddb 100644 --- a/code/controllers/GoogleSitemapController.php +++ b/code/controllers/GoogleSitemapController.php @@ -17,7 +17,7 @@ class GoogleSitemapController extends Controller { /** * @var array */ - private static $allowed_actions = array( + public static $allowed_actions = array( 'index', 'sitemap' ); @@ -70,4 +70,4 @@ class GoogleSitemapController extends Controller { return new SS_HTTPResponse('Page not found', 404); } } -} \ No newline at end of file +}