- Regression from previous fix: don't Reload an object before saving it !

SVN:1.2[1662]
This commit is contained in:
Denis Flaven
2011-11-10 16:37:18 +00:00
parent dc46c65499
commit 65a3755f81

View File

@@ -1610,7 +1610,6 @@ abstract class DBObject
if ($bSuccess)
{
$this->Reload(); // in case an action modified something (like an object pointed to by an ext key)
// Change state triggers...
$sClass = get_class($this);
$sClassList = implode("', '", MetaModel::EnumParentClasses($sClass, ENUM_PARENT_CLASSES_ALL));