MINOR Fixed SS_Datetime references in BrokenLinksReport and CommentAdmin (fixes #6063, thanks nicolaas)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@111786 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2010-10-07 05:45:18 +00:00 committed by Sam Minnee
parent 9ccf28e254
commit 054a6d2270
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ class CommentAdmin extends LeftAndMain {
$table->setParentClass(false);
$table->setFieldCasting(array(
'Created' => 'SSDatetime->Full',
'Created' => 'SS_Datetime->Full',
'Comment' => array('HTMLText->LimitCharacters', 150)
));

View File

@ -90,7 +90,7 @@ class BrokenLinksReport extends SS_Report {
),
"LastEdited" => array(
"title" => $dateTitle,
'casting' => 'SSDatetime->Full'
'casting' => 'SS_Datetime->Full'
),
"BrokenReason" => array(
"title" => _t('BrokenLinksReport.ColumnProblemType', "Problem type")