mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Merge pull request #8 from fabeat/master
MINOR: Use SS_Datetime instead of Datetime
This commit is contained in:
commit
2caf6fb824
@ -6,7 +6,7 @@
|
|||||||
*/
|
*/
|
||||||
class BlogEntry extends Page {
|
class BlogEntry extends Page {
|
||||||
static $db = array(
|
static $db = array(
|
||||||
"Date" => "Datetime",
|
"Date" => "SS_Datetime",
|
||||||
"Author" => "Text",
|
"Author" => "Text",
|
||||||
"Tags" => "Text"
|
"Tags" => "Text"
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user