mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Revert "Fix migration task"
This commit is contained in:
parent
9244b509b6
commit
a536d88936
@ -50,9 +50,10 @@ class BlogEntry extends BlogPost implements MigratableObject {
|
||||
|
||||
$this->PublishDate = $this->Date;
|
||||
|
||||
$this->ClassName = 'BlogPost';
|
||||
$this->RecordClassName = 'BlogPost';
|
||||
|
||||
if($this->ClassName === 'BlogEntry') {
|
||||
$this->ClassName = 'BlogPost';
|
||||
}
|
||||
|
||||
$this->write();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user