]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Merge commit 'refs/merge-requests/37' of https://gitorious.org/social/mainline into...
authorMikael Nordfeldth <mmn@hethane.se>
Sun, 8 Feb 2015 22:21:28 +0000 (23:21 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Sun, 8 Feb 2015 22:21:28 +0000 (23:21 +0100)
classes/Attention.php

index d152ff892aa053878c58d17019822d637732c665..ef0dcb1df7dd4dc56798f087bafdcb48374506da 100644 (file)
@@ -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) {