From d84b97ba60b09497b0e1c8dd23d86c29cc528088 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Mon, 28 Jun 2010 10:47:58 +0200 Subject: [PATCH] Oops. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- include/validations.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/validations.inc.php b/include/validations.inc.php index 001a4c5..7724c3d 100644 --- a/include/validations.inc.php +++ b/include/validations.inc.php @@ -477,7 +477,7 @@ abstract class ProfileValidate extends Validate $this->stamp = date('YmdHis'); XDB::execute('INSERT INTO requests (uid, pid, type, data, stamp) - VALUES ({?}, {?}, {?}, {?})', + VALUES ({?}, {?}, {?}, {?}, {?})', $this->user->id(), $this->profile->id(), $this->type, $this, $this->stamp); global $globals; -- 2.1.4