From bd3462df7fb33f84c73b8415a4ab7dc2802923d8 Mon Sep 17 00:00:00 2001 From: Harry Bomrah Date: Sat, 14 Sep 2013 18:27:57 +0800 Subject: [PATCH] small change left in last commit. commiting for gallery widget --- .../app/controllers/panel/gallery/widget/albums_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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