]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Statistics.php
Merge remote-tracking branch 'upstream/develop' into api4
[friendica.git] / src / Module / Statistics.php
index 6b6e4316505d5c048c20ad8a21a46bc47cb386bb..a78031c369afc1a13bfee73a31a16ef803b8b635 100644 (file)
@@ -28,14 +28,14 @@ use Friendica\Network\HTTPException\NotFoundException;
 
 class Statistics extends BaseModule
 {
-       public static function init()
+       public function init()
        {
                if (!DI::config()->get("system", "nodeinfo")) {
                        throw new NotFoundException();
                }
        }
 
-       public static function rawContent()
+       public function rawContent()
        {
                $config = DI::config();
                $logger = DI::logger();