From fcdfd54066e621dd5b0fc1a929f68d646176ee76 Mon Sep 17 00:00:00 2001 From: Benjamin Dalsass Date: Tue, 25 Oct 2022 14:33:21 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B04454=20-=20Measuring=20the=20use=20of=20?= =?UTF-8?q?the=20queryphrase=20book?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/query.class.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/query.class.inc.php b/application/query.class.inc.php index dd1febc25..407f9bfc6 100644 --- a/application/query.class.inc.php +++ b/application/query.class.inc.php @@ -156,6 +156,7 @@ abstract class Query extends cmdbAbstractObject // last export information $this->Set('export_last_date', date(AttributeDateTime::GetSQLFormat())); $this->Set('export_last_user_id', UserRights::GetUserObject()); + $this->AllowWrite(true); $this->DBUpdate(); // increment usage counter