diff --git a/lib/cms_scanner/controllers.rb b/lib/cms_scanner/controllers.rb index ce484f01..11b4cf1b 100644 --- a/lib/cms_scanner/controllers.rb +++ b/lib/cms_scanner/controllers.rb @@ -48,7 +48,7 @@ def run each(&:run) end ensure - Browser.instance.hydra.abort + NS::Browser.instance.hydra.abort # Reverse is used here as the app/controllers/core#after_scan finishes the output # and must be the last one to be executed. It also guarantee that stats will be output