]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/BaseAdmin.php
Merge pull request #11503 from annando/bulk-delivery
[friendica.git] / src / Module / BaseAdmin.php
index 822b6bdf5c67e7d448aaae3a64441464f0a4625c..0535996301a4232659f72b6afcbf079105198ea9 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -68,7 +68,7 @@ abstract class BaseAdmin extends BaseModule
                }
        }
 
-       public static function content()
+       protected function content(array $request = []): string
        {
                self::checkAdminAccess(true);