MINOR Fixed misleading information in File::onBeforeWrite() phpDoc

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@76546 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2009-05-11 05:34:56 +00:00
parent e41c0e2e55
commit 9044d7a141

View File

@ -245,7 +245,7 @@ class File extends DataObject {
/**
* Event handler called before deleting from the database.
* You can overload this to clean up or otherwise process data before delete this
* record. Don't forget to call parent::onBeforeDelete(), though!
* record. Don't forget to call parent::onBeforeWrite(), though!
*/
protected function onBeforeWrite() {
parent::onBeforeWrite();