Mateusz Uzdowski c03d666fe9 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
2013-02-05 12:23:03 +13:00

5 lines
123 B
PHP

<?php
Object::add_extension('Page', 'VersionFeed');
Object::add_extension('ContentController', 'VersionFeed_Controller');