fixed issue in module store

This commit is contained in:
Harry Bomrah 2014-02-27 19:16:29 +08:00
parent 18aade6878
commit 8116a18b26
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ class Admin::ModuleStoreController < OrbitBackendController
end
@downloaded_extensions = get_downloaded_extension
else
@store_confirmation = true
@extensions = []
@downloaded_extensions = get_downloaded_extension
end