Committer: ssafronova
LJSUP-7948: Dont use setting "my style" for Developers custom styleU trunk/cgi-bin/LJ/User.pm
Modified: trunk/cgi-bin/LJ/User.pm =================================================================== --- trunk/cgi-bin/LJ/User.pm 2011-02-14 10:06:51 UTC (rev 18293) +++ trunk/cgi-bin/LJ/User.pm 2011-02-14 11:23:51 UTC (rev 18294) @@ -9190,7 +9190,11 @@ return (1, $get_s1_styleid->()); }; - ($stylesys, $styleid) = $get_styleinfo->(); + if ($LJ::JOURNALS_WITH_FIXED_STYLE{$u->user}) { + ($stylesys, $styleid) = (2, $u->{'s2_style'}); + } else { + ($stylesys, $styleid) = $get_styleinfo->(); + } } # transcode the tag filtering information into the tag getarg; this has to