dynarex-blog 0.6.16 → 0.6.17
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/dynarex-blog.rb +1 -4
- metadata +1 -1
data/lib/dynarex-blog.rb
CHANGED
@@ -150,10 +150,7 @@ class DynarexBlog
|
|
150
150
|
threads << Thread.new{@entities = Polyrex.new @file_path + 'entities.xml'}
|
151
151
|
threads.each {|thread| thread.join}
|
152
152
|
|
153
|
-
|
154
|
-
dynarex.update_user 'jrobertson','2', h2
|
155
|
-
pg = dynarex.page 1
|
156
|
-
|
153
|
+
end
|
157
154
|
|
158
155
|
def page(number=0)
|
159
156
|
lookup = @current_lookup
|