forked from Wavyzz/dolibarr
Fix warnings
This commit is contained in:
@@ -84,7 +84,7 @@ class UserTest extends PHPUnit\Framework\TestCase
|
||||
{
|
||||
global $conf,$user,$langs,$db;
|
||||
|
||||
if (!empty($conf->global->MAIN_MODULE_LDAP)) {
|
||||
if (getDolGlobalString('MAIN_MODULE_LDAP')) {
|
||||
print "\n".__METHOD__." module LDAP must be disabled.\n"; die(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user