mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Merge pull request #431 from christopherdarling/patch-1
BlogMigrationTask missing title and description
This commit is contained in:
commit
a5dee40fcb
@ -2,6 +2,9 @@
|
||||
|
||||
class BlogMigrationTask extends MigrationTask
|
||||
{
|
||||
protected $title = "Legacy blog migration to 2.x task";
|
||||
protected $description = "Provide atomic database changes (not implemented yet)";
|
||||
|
||||
/**
|
||||
* Should this task be invoked automatically via dev/build?
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user