Committer: iaskarov
LJSUP-7299 Posts in FB are displayed with incorrect images (default entry picture)U trunk/cgi-bin/LJ/Worker/Repost/EntryToFacebook.pm
Modified: trunk/cgi-bin/LJ/Worker/Repost/EntryToFacebook.pm =================================================================== --- trunk/cgi-bin/LJ/Worker/Repost/EntryToFacebook.pm 2010-12-07 09:15:48 UTC (rev 9809) +++ trunk/cgi-bin/LJ/Worker/Repost/EntryToFacebook.pm 2010-12-08 05:28:54 UTC (rev 9810) @@ -56,7 +56,8 @@ } } - $data->{'picture'} = $picture || ''; + # Setting default picture + $data->{'picture'} = $picture || $LJ::IMGPREFIX . '/icons/facebook-lj.png'; my $title = $class->cleanup($entry->subject_raw); my $event = $class->cleanup($event_raw);