From 2f020b5c83740cad3e8f42b53de79a94adb71a0f Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 9 Jun 2009 20:42:42 +0000 Subject: [PATCH] MINOR Typo in DataObject->__destroy() (#4210) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@78727 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- core/model/DataObject.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/model/DataObject.php b/core/model/DataObject.php index 0d0b707c5..b70ea19e1 100644 --- a/core/model/DataObject.php +++ b/core/model/DataObject.php @@ -289,7 +289,7 @@ class DataObject extends ViewableData implements DataObjectInterface, i18nEntity $this->components = null; $this->destroyed = true; $this->record = null; - $this->orignal = null; + $this->original = null; $this->changed = null; $this->flushCache(); }