]> 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 61a004618e0e8e579c619cf3def0725642fa8271..0177424f3d49f7153821f27aa727638ac5430fba 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @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 static function rawContent(array $parameters = [])
+       protected function rawContent(array $request = [])
        {
                self::checkAdminAccess();