mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
BUGFIX Fixing usage of deprecated APIs
This commit is contained in:
parent
4f7c9b34d2
commit
d3c7ad41fd
@ -15,7 +15,7 @@ class BlogEntry extends Page {
|
|||||||
static $icon = "blog/images/blogpage";
|
static $icon = "blog/images/blogpage";
|
||||||
|
|
||||||
static $db = array(
|
static $db = array(
|
||||||
"Date" => "Datetime",
|
"Date" => "SSDatetime",
|
||||||
"Author" => "Text",
|
"Author" => "Text",
|
||||||
"Tags" => "Text"
|
"Tags" => "Text"
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user