1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-17 20:10:50 +01:00

Fix minore

This commit is contained in:
Pek5892 2024-01-31 11:02:49 +01:00
parent 8966998511
commit 1c2202a51b

View File

@ -26,7 +26,7 @@ $op = filter('op');
$microsoft = null; $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]); $microsoft = $dbo->selectOne('zz_oauth2', '*', ['nome' => 'Microsoft', 'enabled' => 1, 'is_login' => 1]);
} }