Fix travis
This commit is contained in:
parent
4fe3f862d8
commit
c53e4ebf63
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* \file htdocs/core/lib/securitycore.lib.php
|
||||
* \file htdocs/blockedlog/lib/securitycore.lib.php
|
||||
* \ingroup core
|
||||
* \brief Set of function used for dolibarr security (not common functions).
|
||||
* Warning, this file must not depends on other library files, except function.lib.php
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@ class InterfaceActionsBlockedLog extends DolibarrTriggers
|
|||
}
|
||||
|
||||
include_once DOL_DOCUMENT_ROOT.'/blockedlog/lib/blockedlog.lib.php';
|
||||
include_once DOL_DOCUMENT_ROOT.'/core/lib/securitycore.lib.php';
|
||||
include_once DOL_DOCUMENT_ROOT.'/blockedlog/lib/securitycore.lib.php';
|
||||
|
||||
$isqualified = isALNERunningVersion(1);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue