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:
parent
8966998511
commit
1c2202a51b
@ -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]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user