From 21b5a588c23b37d465be81aa04486e7ffde883c9 Mon Sep 17 00:00:00 2001 From: Matt Kirwan Date: Thu, 6 Feb 2014 17:09:28 +0000 Subject: [PATCH] Updated filename to ref 'Holder' not 'Page' --- docs/en/tutorials/2-extending-a-basic-site.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/tutorials/2-extending-a-basic-site.md b/docs/en/tutorials/2-extending-a-basic-site.md index ffaf84f1a..46ba47372 100644 --- a/docs/en/tutorials/2-extending-a-basic-site.md +++ b/docs/en/tutorials/2-extending-a-basic-site.md @@ -387,7 +387,7 @@ The controller for a page is only created when page is actually visited, while t An RSS feed is something that no news section should be without. SilverStripe makes it easy to create RSS feeds by providing an `[api:RSSFeed]` class to do all the hard work for us. Add the following in the *ArticleHolder_Controller* class: -**mysite/code/ArticlePage.php** +**mysite/code/ArticleHolder.php** :::php private static $allowed_actions = array(