summaryrefslogtreecommitdiff
path: root/classes/Pref_Prefs.php
diff options
context:
space:
mode:
authorsupahgreg <supahgreg@users.noreply.github.com>2025-10-16 12:16:42 +0000
committersupahgreg <supahgreg@users.noreply.github.com>2025-10-16 12:16:42 +0000
commit0d9a033e3e2e7342d2976efd143040449bdf664d (patch)
tree4da67624ef086afc8fad826fc4ad9f5abd983deb /classes/Pref_Prefs.php
parent050141676f4ad6fa3e0ee7edc9a6fa9859547eb3 (diff)
Switch to the friendly URL for 'plugins.json'.
Diffstat (limited to 'classes/Pref_Prefs.php')
-rw-r--r--classes/Pref_Prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Pref_Prefs.php b/classes/Pref_Prefs.php
index ab1cc0048..ff6b6f451 100644
--- a/classes/Pref_Prefs.php
+++ b/classes/Pref_Prefs.php
@@ -1314,7 +1314,7 @@ class Pref_Prefs extends Handler_Protected {
*/
private function _get_available_plugins(): array {
if ($_SESSION["access_level"] >= UserHelper::ACCESS_LEVEL_ADMIN && Config::get(Config::ENABLE_PLUGIN_INSTALLER)) {
- $content = json_decode(UrlHelper::fetch(['url' => 'https://tt-rss.github.io/tt-rss/plugins.json']), true);
+ $content = json_decode(UrlHelper::fetch(['url' => 'https://tt-rss.org/tt-rss/plugins.json']), true);
if ($content) {
return $content;