mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Typo in DataObject->__destroy() (#4210)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@78727 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
bdeda543c9
commit
2f020b5c83
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user