Skip to content

Instantly share code, notes, and snippets.

@samwho
Created April 22, 2011 15:15
Show Gist options
  • Save samwho/936860 to your computer and use it in GitHub Desktop.
Save samwho/936860 to your computer and use it in GitHub Desktop.
Lines 645, 646 and 647 of the PostAPIController class
if (isset($post->user->other->avg_tweets_per_day)) {
$post->user->avg_tweets_per_day = $post->user->other->avg_tweets_per_day;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment