[livejournal] r20040: LJSUP-8061: Add ability to hide reposted...
Committer: amyshkin
LJSUP-8061: Add ability to hide reposted entries in the friends page.U trunk/htdocs/update.bml
Modified: trunk/htdocs/update.bml
===================================================================
--- trunk/htdocs/update.bml 2011-09-14 07:40:13 UTC (rev 20039)
+++ trunk/htdocs/update.bml 2011-09-14 08:01:03 UTC (rev 20040)
@@ -519,7 +519,7 @@
$req{'prop_repost_author'} = LJ::durl($username);
$req{'prop_repost_subject'} = LJ::durl($subject);
- my $new_auth = LJ::repost_auth($type, $req{'prop_repost_author'}, $req{'prop_repost_url'}, $subject, 1);
+ my $new_auth = LJ::repost_auth($type, $req{'prop_repost_author'}, $req{'prop_repost_url'}, $req{'prop_repost_subject'}, 1);
$req{'prop_repost'} = $auth eq $new_auth
? $type
: 'N';
