mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
MINOR Renamed deprecated extraDBFields() function on TrackBackDecorator to extraStatics()
This commit is contained in:
parent
dfb9e17c2c
commit
43118ecb03
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
class TrackBackDecorator extends DataObjectDecorator {
|
||||
function extraDBFields() {
|
||||
function extraStatics() {
|
||||
return array(
|
||||
'has_many' => array(
|
||||
'TrackBacks' => 'TrackBackPing'
|
||||
|
Loading…
Reference in New Issue
Block a user