]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Admin/PhpInfo.php
Use centralized function to fetch query results
[friendica.git] / src / Module / Admin / PhpInfo.php
index e6cad66c76c911aa5cfbdee712b5f27e8fd808b1..0177424f3d49f7153821f27aa727638ac5430fba 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
  *
@@ -25,7 +25,7 @@ use Friendica\Module\BaseAdmin;
 
 class PhpInfo extends BaseAdmin
 {
-       public function rawContent()
+       protected function rawContent(array $request = [])
        {
                self::checkAdminAccess();