silverstripe-versionfeed/_config.php

8 lines
207 B
PHP
Raw Normal View History

2012-11-26 01:22:30 +01:00
<?php
2013-03-26 22:41:42 +01:00
SiteTree::add_extension('VersionFeed');
ContentController::add_extension('VersionFeed_Controller');
// Set the cache lifetime to 5 mins.
SS_Cache::set_cache_lifetime('VersionFeed_Controller', 5*60);