Browse Source

Fix supporter key saving

Eric Reed 12 years ago
parent
commit
e5f0c32035
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.WebDashboard/Html/scripts/SupporterKeyPage.js

+ 1 - 1
MediaBrowser.WebDashboard/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();