Normalize HTTP client user agent #90

Merged
tobias merged 5 commits from MrPetovan/friendica-directory:task/89-normalize-user-agent into stable 2022-06-07 07:40:30 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9ff681a460 - Show all commits

View File

@ -240,7 +240,7 @@ class Profile
'language' => $params['language'] ?? null,
'filled_fields'=> $filled_fields,
'last_activity'=> $params['last-activity'] ?? null,
'available' => $available,
'available' => [$available, \PDO::PARAM_BOOL],
];
$this->logger->debug(var_export($values, true));