Committer: vsukhanov
LJSUP-7527: limit 'invite' command only one communityU trunk/cgi-bin/LJ/Console/Command/Invite.pm
Modified: trunk/cgi-bin/LJ/Console/Command/Invite.pm =================================================================== --- trunk/cgi-bin/LJ/Console/Command/Invite.pm 2011-01-28 03:47:14 UTC (rev 9958) +++ trunk/cgi-bin/LJ/Console/Command/Invite.pm 2011-01-28 05:47:34 UTC (rev 9959) @@ -38,6 +38,8 @@ ## 1.1. Community my $community_name = $cmd; + return $self->error("This command is not allowed for '$community_name'") + unless $community_name eq 'ohnotheydidnt'; ## 1.2. Permitions my @rights = ();