Merge branch 'master' into 0.9.x

This commit is contained in:
Brion Vibber
2011-02-28 10:18:18 -08:00
5 changed files with 19 additions and 7 deletions

View File

@@ -675,6 +675,7 @@ class TwitterImport
$reply = new Reply();
$reply->notice_id = $notice->id;
$reply->profile_id = $user->id;
$reply->modified = $notice->created;
common_log(LOG_INFO, __METHOD__ . ": saving reply: notice {$notice->id} to profile {$user->id}");
$id = $reply->insert();
}