From 8116a18b2695baafca011919724d165c2aaffed8 Mon Sep 17 00:00:00 2001 From: Harry Bomrah Date: Thu, 27 Feb 2014 19:16:29 +0800 Subject: [PATCH] fixed issue in module store --- app/controllers/admin/module_store_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/admin/module_store_controller.rb b/app/controllers/admin/module_store_controller.rb index 0644f24..b53b8f8 100644 --- a/app/controllers/admin/module_store_controller.rb +++ b/app/controllers/admin/module_store_controller.rb @@ -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