]> git.mxchange.org Git - friendica.git/commitdiff
Space removed
authorMichael <heluecht@pirati.ca>
Sun, 26 Sep 2021 04:07:02 +0000 (04:07 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 26 Sep 2021 04:07:02 +0000 (04:07 +0000)
src/Content/Conversation.php

index 8b7ba256f56e9120307cfc63fc37ba2c47ec6a0c..0d6a04298a851aad688b71cee4ebf8347a68bd69 100644 (file)
@@ -285,7 +285,7 @@ class Conversation
                $this->profiler->startRecording('rendering');
                $o = '';
 
-               $x['allow_location']   = $x['allow_location']  ?? $user['allow_location'];
+               $x['allow_location']   = $x['allow_location'] ?? $user['allow_location'];
                $x['default_location'] = $x['default_location'] ?? $user['default-location'];
                $x['nickname']         = $x['nickname'] ?? $user['nickname'];
                $x['lockstate']        = $x['lockstate'] ?? ACL::getLockstateForUserId($user['uid']) ? 'lock' : 'unlock';