madeon wrote in changelog

[livejournal] r20356: JSUP-10152: Sticky post is disabled.

Committer: sbelyaev
JSUP-10152: Sticky post is disabled.
U   trunk/cgi-bin/ljlib.pl
Modified: trunk/cgi-bin/ljlib.pl
===================================================================
--- trunk/cgi-bin/ljlib.pl	2011-10-18 11:02:00 UTC (rev 20355)
+++ trunk/cgi-bin/ljlib.pl	2011-10-18 11:09:27 UTC (rev 20356)
@@ -1098,7 +1098,8 @@
     }
 
     my $show_sticky_on_top = $opts->{show_sticky_on_top} || 0;
-
+    $show_sticky_on_top &= LJ::is_enabled("delayed_entries");
+    
     my $max_hints = $LJ::MAX_SCROLLBACK_LASTN;  # temporary
     my $sort_key = "revttime";