mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Replaced DataObjectDecorator with DataExtension
This commit is contained in:
parent
a9c0b3dd76
commit
87427bfdf1
@ -2,7 +2,7 @@
|
||||
/**
|
||||
* Add trackback (receive and send) feature blog entry
|
||||
*/
|
||||
class TrackBackDecorator extends DataObjectDecorator {
|
||||
class TrackBackDecorator extends DataExtension {
|
||||
|
||||
static $trackback_server_class = 'TrackbackHTTPServer';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user