This commit is contained in:
Joffrey JAFFEUX 2018-04-23 10:26:33 +02:00 committed by GitHub
parent 7466769b67
commit 42a848f88f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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