mirror of
https://github.com/friendica/friendica
synced 2025-01-18 17:04:28 +00:00
Merge pull request #14338 from annando/owa
Don't query the OWA data if already set
This commit is contained in:
commit
470b98697d
1 changed files with 4 additions and 0 deletions
|
@ -2611,6 +2611,10 @@ class GServer
|
|||
return;
|
||||
}
|
||||
|
||||
if ($data['openwebauth'] == $gserver['openwebauth']) {
|
||||
return;
|
||||
}
|
||||
|
||||
$serverdata = self::getZotData($gserver['url'], []);
|
||||
if (empty($serverdata)) {
|
||||
$serverdata = ['openwebauth' => $data['openwebauth']];
|
||||
|
|
Loading…
Reference in a new issue