]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Statistics.php
Changes:
[friendica.git] / src / Module / Statistics.php
index dc205578222eeb3abe11c8cfaff1bfb287adced1..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
  *
@@ -83,6 +83,6 @@ class Statistics extends BaseModule
                ], $services);
 
                $this->logger->debug("statistics.", ['statistics' => $statistics]);
-               System::jsonExit($statistics);
+               $this->jsonExit($statistics);
        }
 }