small fix

This commit is contained in:
Harry Bomrah 2018-01-31 14:47:47 +08:00
parent d609bcb817
commit b36bb26358
1 changed files with 2 additions and 0 deletions

View File

@ -176,6 +176,8 @@ class Admin::AdminModulesController < OrbitAdminController
images << image if !image.nil?
end
p[:module_show_files] = images
else
p[:module_show_files] = []
end
p
end