diff --git a/plugins/AnonymousFave/classes/Fave_tally.php b/plugins/AnonymousFave/classes/Fave_tally.php index c9fe181b6d..0d3a7dc4b3 100644 --- a/plugins/AnonymousFave/classes/Fave_tally.php +++ b/plugins/AnonymousFave/classes/Fave_tally.php @@ -148,6 +148,7 @@ class Fave_tally extends Managed_DataObject $tally = new Fave_tally(); $tally->notice_id = $noticeID; $tally->count = Fave_tally::countExistingFaves($noticeID); + $tally->created = common_sql_now(); $result = $tally->insert(); if (!$result) { $msg = sprintf(