From 9e7809137a96276c65f6fa73be56ff243cc3dd75 Mon Sep 17 00:00:00 2001 From: Rimian Perkins Date: Wed, 3 May 2017 10:27:38 +1000 Subject: [PATCH] doh! typo --- plugin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.rb b/plugin.rb index fd6f4e5..442ed74 100644 --- a/plugin.rb +++ b/plugin.rb @@ -14,7 +14,7 @@ after_initialize do # Must be placed on every page for fraud protection. header_script = '' discourse_donations_theme = Theme.find_or_create_by(name: 'Discourse Donations Header', hidden: false, user_id: -1) - discourse_donations_theme.set_field(target: 'common', name:, 'head_tag', value: header_script) + discourse_donations_theme.set_field(target: 'common', name: 'head_tag', value: header_script) discourse_donations_theme.save end