mirror of
https://github.com/friendica/friendica
synced 2024-11-18 00:23:47 +00:00
Removed deprecated parameter
This commit is contained in:
parent
ca5f93a4d5
commit
823a7bf780
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