diff --git a/js/PrefHelpers.js b/js/PrefHelpers.js index 30a4544fe..09e6a7fbd 100644 --- a/js/PrefHelpers.js +++ b/js/PrefHelpers.js @@ -450,7 +450,7 @@ const Helpers = { xhr.json("backend.php", {op: "pref-prefs", method: "uninstallPlugin", plugin: plugin}, (reply) => { if (reply && reply.status == 1) - Helpers.Prefs.refresh(); + Helpers.Plugins.reload(); else { Notify.error("Plugin uninstallation failed."); }