mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
BUGFIX: fixed typo in method name
This commit is contained in:
parent
635042875d
commit
2f0a022059
@ -56,7 +56,7 @@ class Comment extends DataObject {
|
||||
}
|
||||
}
|
||||
|
||||
DB::alterationMessage("Migrated PageComment to Comment","changed");
|
||||
DB::alteration_message("Migrated PageComment to Comment","changed");
|
||||
DB::getConn()->dontRequireTable('PageComment');
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user