mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
BUGFIX: added missing semi colon
This commit is contained in:
parent
32f4579718
commit
058a3c393c
@ -16,7 +16,7 @@ class TrackBackPing extends DataObject {
|
||||
|
||||
static $many_many = array();
|
||||
|
||||
static $belongs_many_many = array()
|
||||
static $belongs_many_many = array();
|
||||
}
|
||||
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user