Oops.
authorStéphane Jacob <sj@m4x.org>
Mon, 28 Jun 2010 08:47:58 +0000 (10:47 +0200)
committerStéphane Jacob <sj@m4x.org>
Mon, 28 Jun 2010 08:47:58 +0000 (10:47 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
include/validations.inc.php

index 001a4c5..7724c3d 100644 (file)
@@ -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;