kopia lustrzana https://github.com/friendica/friendica
Merge pull request #14313 from annando/fix-remote
Fix exception on remote authenticationpull/14314/head
commit
6cf6f64296
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue