From 1c2202a51b73663f271fbbda043d0189ca5fde6c Mon Sep 17 00:00:00 2001 From: Pek5892 Date: Wed, 31 Jan 2024 11:02:49 +0100 Subject: [PATCH] Fix minore --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 8a1af3f14..99f6ddaa1 100755 --- a/index.php +++ b/index.php @@ -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]); }