Committer: ailyin
LJSUP-6710 (The flags repost to facebook and twiiter should be hidden when the user edits the comment)U trunk/cgi-bin/LJ/Talk.pm
Modified: trunk/cgi-bin/LJ/Talk.pm =================================================================== --- trunk/cgi-bin/LJ/Talk.pm 2010-09-01 10:22:27 UTC (rev 17250) +++ trunk/cgi-bin/LJ/Talk.pm 2010-09-01 10:34:05 UTC (rev 17251) @@ -1783,7 +1783,8 @@ 'author_options' => \@author_options, 'extra_rows' => LJ::run_hook('extra_talkform_rows', { - 'entry' => $entry, + 'entry' => $entry, + 'editid' => $editid, }), );