mirror of
https://github.com/friendica/friendica
synced 2025-04-27 10:30:10 +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)
|
public function setUnauthenticatedVisitor(string $url)
|
||||||
{
|
{
|
||||||
if (Strings::compareLink($this->session->get('visitor_home', ''), $url)) {
|
if (Strings::compareLink($this->session->get('visitor_home') ?: '', $url)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue