Gdn::request()->isAuthenticatedPostBack(true)) { throw new Exception('Requires POST', 405); @@ -1485,8 +1506,9 @@ public function enablePlugin($pluginName, $filter = 'all') { $addon = Gdn::addonManager()->lookupAddon($pluginName); $requirementsEnabled = []; - try { + $this-...