forked from GNUsocial/gnu-social
Merge commit 'refs/merge-requests/37' of https://gitorious.org/social/mainline into merge-requests/37
This commit is contained in:
commit
3a41dc4610
@ -56,6 +56,7 @@ class Attention extends Managed_DataObject
|
||||
$att->notice_id = $notice->getID();
|
||||
$att->profile_id = $profile->getID();
|
||||
$att->reason = $reason;
|
||||
$att->created = common_sql_now();
|
||||
$result = $att->insert();
|
||||
|
||||
if ($result === false) {
|
||||
|
Loading…
Reference in New Issue
Block a user