diff --git a/doc/WpDetector.html b/doc/WpDetector.html index 9cf2a0e3..55fb879f 100644 --- a/doc/WpDetector.html +++ b/doc/WpDetector.html @@ -236,7 +236,7 @@ result = items if items == nil or items.length == 0 - result = passive_detection(options[:url], options[:type], options[:wp_content_dir]) + result = passive_detection(options[:base_url], options[:type], options[:wp_content_dir]) end enum_results = WpEnumerator.enumerate(options) @@ -303,7 +303,7 @@ names.each do |item| items << WpItem.new( - :url => url, + :base_url => url, :name => item, :type => type, :path => "#{item}/", diff --git a/doc/WpEnumerator.html b/doc/WpEnumerator.html index 0042d206..e4aab697 100644 --- a/doc/WpEnumerator.html +++ b/doc/WpEnumerator.html @@ -232,7 +232,7 @@