mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
Merge pull request #14313 from annando/fix-remote
Fix exception on remote authentication
This commit is contained in:
commit
6cf6f64296
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…
Add table
Add a link
Reference in a new issue