projects
/
quix0rs-gnu-social.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5fd2a0
)
New Profile_prefs get a 'created' value now.
author
Mikael Nordfeldth
<mmn@hethane.se>
Sun, 13 Jul 2014 15:09:18 +0000
(17:09 +0200)
committer
Mikael Nordfeldth
<mmn@hethane.se>
Sun, 13 Jul 2014 15:09:18 +0000
(17:09 +0200)
classes/Profile_prefs.php
patch
|
blob
|
history
diff --git
a/classes/Profile_prefs.php
b/classes/Profile_prefs.php
index 32da3b11b854da062c3de473b73db7da54b32531..ee0fa0e27cce09c96a5e2d568a9c9558397bf518 100644
(file)
--- a/
classes/Profile_prefs.php
+++ b/
classes/Profile_prefs.php
@@
-168,6
+168,7
@@
class Profile_prefs extends Managed_DataObject
$pref->namespace = $namespace;
$pref->topic = $topic;
$pref->data = $data;
+ $pref->created = common_sql_now();
if ($pref->insert() === false) {
throw new ServerException('Could not save profile preference.');