forked from saurabh/orbit4-5
downloaded extensions added
This commit is contained in:
parent
f17f847dbd
commit
4638b4bca9
|
@ -5,7 +5,7 @@ module Admin::ModuleStoreHelper
|
|||
extensions_to_update = get_extensions_to_update
|
||||
@extensions_to_update_count = extensions_to_update.count
|
||||
built_in_extensions = get_extension_from_file("built_in",extensions_to_update)
|
||||
# built_in_extensions.concat(get_extension_from_file("downloaded",extensions_to_update))
|
||||
built_in_extensions.concat(get_extension_from_file("downloaded",extensions_to_update))
|
||||
return built_in_extensions
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue