From 9044d7a14147f66b10c3933829309e5de41e7b6c Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Mon, 11 May 2009 05:34:56 +0000 Subject: [PATCH] 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 --- filesystem/File.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filesystem/File.php b/filesystem/File.php index 4fbd56551..a69c17d33 100755 --- a/filesystem/File.php +++ b/filesystem/File.php @@ -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();