Committer: gprochaev
LJSUP-8241. not working search by tags in community tabU trunk/htdocs/admin/browse/load_all_structure.bml
Modified: trunk/htdocs/admin/browse/load_all_structure.bml =================================================================== --- trunk/htdocs/admin/browse/load_all_structure.bml 2011-03-18 03:47:27 UTC (rev 18623) +++ trunk/htdocs/admin/browse/load_all_structure.bml 2011-03-18 07:18:00 UTC (rev 18624) @@ -103,7 +103,7 @@ ## #7 - Full path for sanity check ## Tags for community - my $comm_tags = $subcat_name ? $columns[8] : $columns[7]; + my $comm_tags = $columns[8]; my @tags = split /,\s*/, $comm_tags; my $comm_id = LJ::get_userid($comm_name);