Committer: gprochaev
Not used memcache resultU trunk/cgi-bin/LJ/FileStore.pm
Modified: trunk/cgi-bin/LJ/FileStore.pm =================================================================== --- trunk/cgi-bin/LJ/FileStore.pm 2010-09-22 05:36:28 UTC (rev 9526) +++ trunk/cgi-bin/LJ/FileStore.pm 2010-09-22 07:14:30 UTC (rev 9527) @@ -39,8 +39,8 @@ my $cache_for = $LJ::MOGILE_PATH_CACHE_TIMEOUT || 3600; $file_info = $dbh->selectrow_hashref("SELECT mime_type, content_length, change_time FROM files WHERE path = ?", undef, $args{path}); LJ::MemCache::set($args{path}, $file_info, $cache_for); - $LJ::FILES{$args{path}} = $file_info; } + $LJ::FILES{$args{path}} = $file_info; } $LJ::FILES{$args{path}}->{paths} = $paths;