From: Stéphane Jacob Date: Mon, 28 Jun 2010 08:47:58 +0000 (+0200) Subject: Oops. X-Git-Tag: xorg/1.0.0~10 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=d84b97ba60b09497b0e1c8dd23d86c29cc528088;p=platal.git Oops. Signed-off-by: Stéphane Jacob --- 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;