mirror of
https://github.com/silverstripe/silverstripe-versionfeed
synced 2024-10-22 09:05:31 +00:00
c03d666fe9
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
5 lines
123 B
PHP
5 lines
123 B
PHP
<?php
|
|
|
|
Object::add_extension('Page', 'VersionFeed');
|
|
Object::add_extension('ContentController', 'VersionFeed_Controller');
|