vadvs wrote in changelog

[livejournal] r21673: LJSUP-11735: http://www.livejournal.com/...

Committer: vad
LJSUP-11735: http://www.livejournal.com/misc/expunged_list.bml show error instead list of purged usernames
U   trunk/cgi-bin/LJ/Widget/ExpungedUsers.pm
Modified: trunk/cgi-bin/LJ/Widget/ExpungedUsers.pm
===================================================================
--- trunk/cgi-bin/LJ/Widget/ExpungedUsers.pm	2012-04-06 12:34:40 UTC (rev 21672)
+++ trunk/cgi-bin/LJ/Widget/ExpungedUsers.pm	2012-04-06 12:41:51 UTC (rev 21673)
@@ -18,6 +18,7 @@
     my %opts = @_;
 
     my $post = delete $opts{post};
+    my $ret_opts = delete $opts{ret_opts};
 
     croak "invalid arguments: " . join(",", keys %opts)
         if %opts;