BUG Make it play well with subsites.

Due to a hack in subsites/_config.php, the new database field is never
added. This is the easiest way around.

The issue is better described here:
https://github.com/silverstripe/silverstripe-subsites/issues/69
This commit is contained in:
Mateusz Uzdowski 2013-02-05 12:23:03 +13:00
parent d9dd9311d0
commit c03d666fe9
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<?php
Object::add_extension('SiteTree', 'VersionFeed');
Object::add_extension('ContentController', 'VersionFeed_Controller');
Object::add_extension('Page', 'VersionFeed');
Object::add_extension('ContentController', 'VersionFeed_Controller');