Committer: ssafronova
LJSUP-8259: Communities URLU trunk/cgi-bin/ljcom.pl
Modified: trunk/cgi-bin/ljcom.pl =================================================================== --- trunk/cgi-bin/ljcom.pl 2011-03-18 10:59:26 UTC (rev 10266) +++ trunk/cgi-bin/ljcom.pl 2011-03-18 12:33:48 UTC (rev 10267) @@ -917,8 +917,8 @@ my $rules = { 'P' => [1, "users.$LJ::DOMAIN"], 'S' => [1, "users.$LJ::DOMAIN"], - 'Y' => [0, "syndicated.$LJ::DOMAIN"], - 'C' => [0, "community.$LJ::DOMAIN"], + 'Y' => [1, "syndicated.$LJ::DOMAIN"], + 'C' => [1, "community.$LJ::DOMAIN"], }; my $rule = $rules->{$u->{journaltype}} || $rules->{'P'};