Fixed migration error

This commit is contained in:
Christopher Pitt 2015-05-25 13:39:51 +12:00
parent 29ca70794a
commit bde73eda62
1 changed files with 2 additions and 1 deletions

View File

@ -52,8 +52,9 @@ class BlogEntry extends BlogPost implements MigratableObject {
if($this->ClassName === 'BlogEntry') {
$this->ClassName = 'BlogPost';
$this->write();
}
$this->write();
}
/**