aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.WebDashboard/Html/scripts/SupporterKeyPage.js
diff options
context:
space:
mode:
authorLukePulverenti <luke.pulverenti@gmail.com>2013-03-08 00:08:36 -0500
committerLukePulverenti <luke.pulverenti@gmail.com>2013-03-08 00:08:36 -0500
commit49339fb63c8e86745876d2a76dbe103728bc1662 (patch)
tree106f30a5b322b7380a4582dfa027ea4dd9369ff6 /MediaBrowser.WebDashboard/Html/scripts/SupporterKeyPage.js
parent9911df11e8a96d5d7fffcd8618b63a6adb27701f (diff)
parent830f6e2201cf13077646ff98e1c64424b45bb9ab (diff)
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'MediaBrowser.WebDashboard/Html/scripts/SupporterKeyPage.js')
-rw-r--r--MediaBrowser.WebDashboard/Html/scripts/SupporterKeyPage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.WebDashboard/Html/scripts/SupporterKeyPage.js b/MediaBrowser.WebDashboard/Html/scripts/SupporterKeyPage.js
index cebc47764..88748064f 100644
--- a/MediaBrowser.WebDashboard/Html/scripts/SupporterKeyPage.js
+++ b/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();