mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 09:05:58 +00: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 $db = array(
|
||||
"Date" => "Datetime",
|
||||
"Date" => "SSDatetime",
|
||||
"Author" => "Text",
|
||||
"Tags" => "Text"
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user