8 lines
207 B
PHP
Raw Normal View History

2012-11-26 13:22:30 +13:00
<?php
2013-03-27 10:41:42 +13: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);