From 42a848f88f3167b6e4ee10b3eb92c4ac48e3b435 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Mon, 23 Apr 2018 10:26:33 +0200 Subject: [PATCH] linting --- lib/db_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/db_helper.rb b/lib/db_helper.rb index 74ea40a20f6..9d5e1176962 100644 --- a/lib/db_helper.rb +++ b/lib/db_helper.rb @@ -18,7 +18,7 @@ class DbHelper column_name = rc["column_name"] connection.async_exec("UPDATE #{table_name} SET #{column_name} = REPLACE(#{column_name}, $1, $2) WHERE #{column_name} LIKE $3", args) rescue nil end - + SiteSetting.refresh! end