dynarex-blog 0.3.7 → 0.3.8
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/dynarex-blog.rb +1 -1
- metadata +1 -1
data/lib/dynarex-blog.rb
CHANGED
@@ -128,7 +128,7 @@ class DynarexBlog
|
|
128
128
|
else
|
129
129
|
doc = @hc_lookup.read(lookup) { Document.new File.open(@file_path + lookup,'r').read }
|
130
130
|
r = select_page(doc, number)
|
131
|
-
@hc_lookup.read(
|
131
|
+
@hc_lookup.read('_entry_lookup.xml') # refresh to maintain @current_lookup in the cache
|
132
132
|
end
|
133
133
|
|
134
134
|
[
|