Committer: anazarov
LJSUP-10910: View comments in My Style settingU trunk/cgi-bin/LJ/S2.pm
Modified: trunk/cgi-bin/LJ/S2.pm =================================================================== --- trunk/cgi-bin/LJ/S2.pm 2012-01-10 12:52:27 UTC (rev 20878) +++ trunk/cgi-bin/LJ/S2.pm 2012-01-10 12:54:21 UTC (rev 20879) @@ -97,6 +97,13 @@ ${$opts->{'handle_with_bml_ref'}} = 1; return; } + + if ( LJ::is_enabled('commentsstylemine') and $view eq 'entry' || $view eq 'reply' ) { + if ( $remote and not $remote->opt_stylealwaysmine and $remote->opt_commentsstylemine ) { + ${$opts->{'handle_with_bml_ref'}} = 1; + return; + } + } } # setup tags backwards compatibility