From 3db696ff699294d401274b8f63e50326014cf226 Mon Sep 17 00:00:00 2001 From: moguno Date: Sun, 11 May 2014 08:08:56 +0900 Subject: [PATCH] =?UTF-8?q?Web=E3=81=A7=E7=99=BB=E9=8C=B2=E3=81=97?= =?UTF-8?q?=E3=81=9F=E3=80=8C=E4=BF=9D=E5=AD=98=E3=81=97=E3=81=9F=E6=A4=9C?= =?UTF-8?q?=E7=B4=A2=E3=80=8D=E3=81=8Cmikutter=E8=B5=B7=E5=8B=95=E6=99=82?= =?UTF-8?q?=E3=81=AB=E5=8F=8D=E6=98=A0=E3=81=95=E3=82=8C=E3=81=AA=E3=81=84?= =?UTF-8?q?=E5=95=8F=E9=A1=8C=E3=81=B8=E3=81=AE=E5=AF=BE=E5=BF=9C=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/plugin/saved_search/saved_search.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/plugin/saved_search/saved_search.rb b/core/plugin/saved_search/saved_search.rb index 16ed6d3..3f3bf73 100644 --- a/core/plugin/saved_search/saved_search.rb +++ b/core/plugin/saved_search/saved_search.rb @@ -106,7 +106,7 @@ Plugin.create :saved_search do at(:cache, {}).values.each{ |s| add_tab(SavedSearch.new(s[:id], URI.decode(s[:query]), URI.decode(s[:name]), s[:slug])) } - Delayer.new{ refresh(true) } + Delayer.new{ refresh() } end -- 1.9.2