Fix supporter key saving

This commit is contained in:
Eric Reed 2013-03-07 13:45:09 -05:00
parent e0e2e0d971
commit de9d2a3afd

View File

@ -37,7 +37,7 @@
LegacyKey: legacyKey
};
ApiClient.updateSecurityInfo(info).done(function () {
ApiClient.updatePluginSecurityInfo(info).done(function () {
Dashboard.resetPluginSecurityInfo();
Dashboard.hideLoadingMsg();
SupporterPage.load();