projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
024ec1e
)
Oops.
author
Stéphane Jacob
<sj@m4x.org>
Mon, 28 Jun 2010 08:47:58 +0000
(10:47 +0200)
committer
Sté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
patch
|
blob
|
blame
|
history
diff --git
a/include/validations.inc.php
b/include/validations.inc.php
index
001a4c5
..
7724c3d
100644
(file)
--- 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;