diff --git a/core/dbobject.class.php b/core/dbobject.class.php index 8164cc90f..333f8b2e0 100644 --- a/core/dbobject.class.php +++ b/core/dbobject.class.php @@ -2994,7 +2994,7 @@ abstract class DBObject implements iDisplay } $this->ComputeStopWatchesDeadline(true); - $this->SetReadOnly('No modification allowed during The Event :'.EVENT_DB_ABOUT_TO_INSERT); + $this->SetReadOnly('No modification allowed during The Event :'.EVENT_DB_ABOUT_TO_CREATE); $this->EventAboutToCreate(); $this->SetReadWrite();