diff --git a/vendor/built_in_modules/gallery/app/controllers/panel/gallery/widget/albums_controller.rb b/vendor/built_in_modules/gallery/app/controllers/panel/gallery/widget/albums_controller.rb index 439897eb..6ff4f1c6 100644 --- a/vendor/built_in_modules/gallery/app/controllers/panel/gallery/widget/albums_controller.rb +++ b/vendor/built_in_modules/gallery/app/controllers/panel/gallery/widget/albums_controller.rb @@ -38,7 +38,7 @@ class Panel::Gallery::Widget::AlbumsController < OrbitWidgetController @images << values end until @images.count == @total do - values = {"show_link"=>"javascript:void(0);","thumb"=>"assets/gallery/default.jpg"} + values = {"show_link"=>"javascript:void(0);","thumb"=>"assets/gallery/nodata.jpg"} @images << values end end