Commit 8df132a7 authored by Peter Leitzen's avatar Peter Leitzen Committed by Tetiana Chupryna

Do not redefine logic of path

parent f054459a
......@@ -13,7 +13,7 @@ module EE
override :configuration_path
def configuration_path
configurable_scans[type] if available? || always_available?
super if available? || always_available?
end
private
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment