[livejournal] r18420: LJSUP-7914. incorrect wokring command co...
Committer: gprochaev
LJSUP-7914. incorrect wokring command community_pollU trunk/cgi-bin/LJ/Console/Command/CommunityPoll.pm
Modified: trunk/cgi-bin/LJ/Console/Command/CommunityPoll.pm
===================================================================
--- trunk/cgi-bin/LJ/Console/Command/CommunityPoll.pm 2011-02-28 08:08:15 UTC (rev 18419)
+++ trunk/cgi-bin/LJ/Console/Command/CommunityPoll.pm 2011-03-01 05:15:50 UTC (rev 18420)
@@ -38,7 +38,7 @@
return $self->error("Community must be undeleted")
if $c->is_expunged;
- my $maint_list = shift @args;
+ my $maint_list = join ',', @args;
## If we not got maint_list
unless ($maint_list) {
my $m_list = LJ::load_rel_user($c->userid, 'A');
