lib/combine_pdf/parser.rb in combine_pdf-0.2.2 vs lib/combine_pdf/parser.rb in combine_pdf-0.2.3
- old
+ new
@@ -347,10 +347,10 @@
protected
# resets cataloging and pages
- def catalog_pages(catalogs = nil, secure_injection = true, inheritance_hash = {})
+ def catalog_pages(catalogs = nil, secure_injection = false, inheritance_hash = {})
unless catalogs
if root_object[:Root]
catalogs = root_object[:Root][:referenced_object] || root_object[:Root]
else
\ No newline at end of file