Fix supporter key saving

This commit is contained in:
Eric Reed 2013-03-07 13:45:09 -05:00
parent 211d24e66e
commit e5f0c32035

View file

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