From 0383fb124b1b6f2db4c03091c7ac9bb4dbd68ada Mon Sep 17 00:00:00 2001 From: Eric Espie Date: Thu, 22 Dec 2022 15:28:31 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B04756=20-=20Ease=20extensibility=20for=20?= =?UTF-8?q?CRUD=20operations=20:=20Events=20renamed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/dbobject.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();