Fix minore

This commit is contained in:
Pek5892 2024-01-31 11:02:49 +01:00
parent 8966998511
commit 1c2202a51b
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ $op = filter('op');
$microsoft = null;
if ($dbo->isConnected() && $dbo->isInstalled()) {
if ($dbo->isConnected() && $dbo->tableExists('zz_oauth2')) {
$microsoft = $dbo->selectOne('zz_oauth2', '*', ['nome' => 'Microsoft', 'enabled' => 1, 'is_login' => 1]);
}