From: Michael Date: Tue, 8 Jun 2021 07:37:28 +0000 (+0000) Subject: Standards X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8cde7fe51f464ddeadde47fce0eb39aa4764971b;p=friendica.git Standards --- diff --git a/src/Security/BasicAuth.php b/src/Security/BasicAuth.php index 42e6d824c7..fe42e61e91 100644 --- a/src/Security/BasicAuth.php +++ b/src/Security/BasicAuth.php @@ -60,8 +60,8 @@ class BasicAuth 'website' => '', 'created_at' => DBA::NULL_DATETIME, 'read' => true, - 'write' => true, - 'follow' => true, + 'write' => true, + 'follow' => true, 'push' => false]; return self::$current_token;