]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Statistics.php
Changes:
[friendica.git] / src / Module / Statistics.php
index e69f75421649bc216b66741ec0de298380b485de..a3f8a08c30526c127f860a29263d5572550b477f 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -59,7 +59,7 @@ class Statistics extends BaseModule
                /// @todo mark the "service" addons and load them dynamically here
                $services = [
                        'appnet'      => Addon::isEnabled('appnet'),
-                       'buffer'      => Addon::isEnabled('buffer'),
+                       'bluesky'     => Addon::isEnabled('bluesky'),
                        'dreamwidth'  => Addon::isEnabled('dreamwidth'),
                        'gnusocial'   => Addon::isEnabled('gnusocial'),
                        'libertree'   => Addon::isEnabled('libertree'),
@@ -83,6 +83,6 @@ class Statistics extends BaseModule
                ], $services);
 
                $this->logger->debug("statistics.", ['statistics' => $statistics]);
-               System::jsonExit($statistics);
+               $this->jsonExit($statistics);
        }
 }