madeon wrote in changelog

[livejournal] r21933: LJSUP-11909: New Repost feature

Committer: sbelyaev
LJSUP-11909: New Repost feature
U   trunk/cgi-bin/ljprotocol.pl
Modified: trunk/cgi-bin/ljprotocol.pl
===================================================================
--- trunk/cgi-bin/ljprotocol.pl	2012-05-12 09:52:04 UTC (rev 21932)
+++ trunk/cgi-bin/ljprotocol.pl	2012-05-12 10:36:08 UTC (rev 21933)
@@ -2441,7 +2441,7 @@
         LJ::load_user_props($u, { use_master => 1, reload => 1 }, 'dupsig_post');
          
         my @parts = split(/:/, $u->{'dupsig_post'});
-        if ($parts[0] eq $dupsigi && !$allowdup) {
+        if ($parts[0] eq $dupsig && !$allowdup) {
             # duplicate!  let's make the client think this was just the
             # normal firsit response.