From fda8ec80944e8c084318983ff183104b764ccbe8 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 5 May 2004 12:44:01 +0000 Subject: [PATCH] Bugfix --- htdocs/contact.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/contact.class.php b/htdocs/contact.class.php index 86700e5a3db..04c3d315d46 100644 --- a/htdocs/contact.class.php +++ b/htdocs/contact.class.php @@ -74,6 +74,7 @@ class Contact */ Function update($id, $user=0) { + $this->id = $id; $this->error = array(); $this->email = trim($this->email);