mirror of
https://github.com/friendica/friendica
synced 2025-01-03 17:22:20 +00:00
Merge pull request #14323 from annando/styles
Removed deprecated parameter
This commit is contained in:
commit
7b8381fb1a
1 changed files with 1 additions and 1 deletions
|
@ -453,7 +453,7 @@ class Authentication
|
|||
*/
|
||||
public function setUnauthenticatedVisitor(string $url)
|
||||
{
|
||||
if (Strings::compareLink($this->session->get('visitor_home', ''), $url)) {
|
||||
if (Strings::compareLink($this->session->get('visitor_home') ?: '', $url)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue