]> git.mxchange.org Git - friendica.git/blobdiff - src/App/Request.php
[frio] Add Mute Author Server button to post actions
[friendica.git] / src / App / Request.php
index 1af1206d1f6a66c1ba0df18049fb917a3e59359d..d61303d5d729f410c8776aec4d534f04e53629b1 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -74,7 +74,7 @@ class Request
        public function __construct(IManageConfigValues $config, array $server = [])
        {
                $this->remoteAddress = $this->determineRemoteAddress($config, $server);
-               $this->requestId = $server[static::DEFAULT_REQUEST_ID_HEADER] ?? System::createGUID(8);
+               $this->requestId = $server[static::DEFAULT_REQUEST_ID_HEADER] ?? System::createGUID(8, false);
        }
 
        /**