[livejournal] r18713: LJSUP-8192. All contentent sometimes dis...
Committer: gprochaev
LJSUP-8192. All contentent sometimes disappearsU trunk/cgi-bin/LJ/Vertical.pm U trunk/cgi-bin/ljlib.pl
Modified: trunk/cgi-bin/LJ/Vertical.pm
===================================================================
--- trunk/cgi-bin/LJ/Vertical.pm 2011-03-25 11:21:26 UTC (rev 18712)
+++ trunk/cgi-bin/LJ/Vertical.pm 2011-03-25 11:46:35 UTC (rev 18713)
@@ -963,6 +963,7 @@
my $val = { map { $_ => $self->{$_} } @vert_cols };
LJ::MemCache::set( $self->memkey_vertid => $val );
LJ::MemCache::set( $self->memkey_vertname => $val );
+ LJ::MemCache::set( $self->memkey_verturl => $val );
return;
}
Modified: trunk/cgi-bin/ljlib.pl
===================================================================
--- trunk/cgi-bin/ljlib.pl 2011-03-25 11:21:26 UTC (rev 18712)
+++ trunk/cgi-bin/ljlib.pl 2011-03-25 11:46:35 UTC (rev 18713)
@@ -55,6 +55,7 @@
LJ::EventLogRecord::DeleteComment
LJ::GraphicPreviews
LJ::Vertical
+ LJ::Browse
);
use LJ::TimeUtil;
