small fix
This commit is contained in:
parent
d609bcb817
commit
b36bb26358
|
@ -176,6 +176,8 @@ class Admin::AdminModulesController < OrbitAdminController
|
||||||
images << image if !image.nil?
|
images << image if !image.nil?
|
||||||
end
|
end
|
||||||
p[:module_show_files] = images
|
p[:module_show_files] = images
|
||||||
|
else
|
||||||
|
p[:module_show_files] = []
|
||||||
end
|
end
|
||||||
p
|
p
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue