fix php8 warnings

This commit is contained in:
Frédéric France
2022-08-31 22:12:25 +02:00
parent e71692e745
commit 00da52ef8c
10 changed files with 16 additions and 16 deletions

View File

@@ -82,7 +82,7 @@ class UserTest extends PHPUnit\Framework\TestCase
{
global $conf,$user,$langs,$db;
if (! empty($conf->global->MAIN_MODULE_LDAP)) {
if (!empty($conf->global->MAIN_MODULE_LDAP)) {
print "\n".__METHOD__." module LDAP must be disabled.\n"; die(1);
}