From de9d2a3afdcc0b10b32192ff86764122110d6adf Mon Sep 17 00:00:00 2001 From: Eric Reed Date: Thu, 7 Mar 2013 13:45:09 -0500 Subject: [PATCH] Fix supporter key saving --- Html/scripts/SupporterKeyPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Html/scripts/SupporterKeyPage.js b/Html/scripts/SupporterKeyPage.js index cebc477641..88748064f2 100644 --- a/Html/scripts/SupporterKeyPage.js +++ b/Html/scripts/SupporterKeyPage.js @@ -37,7 +37,7 @@ LegacyKey: legacyKey }; - ApiClient.updateSecurityInfo(info).done(function () { + ApiClient.updatePluginSecurityInfo(info).done(function () { Dashboard.resetPluginSecurityInfo(); Dashboard.hideLoadingMsg(); SupporterPage.load();