lib/wovnrb/html_replacers/image_replacer.rb in wovnrb-1.0.6 vs lib/wovnrb/html_replacers/image_replacer.rb in wovnrb-1.0.7
- old
+ new
@@ -1,7 +1,8 @@
module Wovnrb
class ImageReplacer < ReplacerBase
- def initialize(url, text_index, src_index, img_src_prefix, host_aliases)
+ def initialize(store, url, text_index, src_index, img_src_prefix, host_aliases)
+ super(store)
@url = url
@text_index = text_index
@src_index = src_index
@img_src_prefix = img_src_prefix
@host_aliases = host_aliases