downloaded extensions added

This commit is contained in:
Harry Bomrah 2015-04-30 21:08:52 +08:00
parent f17f847dbd
commit 4638b4bca9
1 changed files with 1 additions and 1 deletions

View File

@ -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