Merge pull request #2825 from mattkirwan/patch-1

Updated filename to reference 'Holder' not 'Page'
This commit is contained in:
Ingo Schommer 2014-02-07 08:03:14 +13:00
commit fe4ef54c7c

View File

@ -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(