Fix: Bad space into log
This commit is contained in:
parent
22767bac36
commit
becd65f9d3
@ -1301,7 +1301,7 @@ function dol_check_secure_access_document($modulepart,$original_file,$entity,$fu
|
|||||||
|
|
||||||
if (empty($modulepart)) return 'ErrorBadParameter';
|
if (empty($modulepart)) return 'ErrorBadParameter';
|
||||||
if (empty($entity)) $entity=0;
|
if (empty($entity)) $entity=0;
|
||||||
dol_syslog('modulepart='.$modulepart.' original_file= '.$original_file);
|
dol_syslog('modulepart='.$modulepart.' original_file='.$original_file);
|
||||||
// We define $accessallowed and $sqlprotectagainstexternals
|
// We define $accessallowed and $sqlprotectagainstexternals
|
||||||
$accessallowed=0;
|
$accessallowed=0;
|
||||||
$sqlprotectagainstexternals='';
|
$sqlprotectagainstexternals='';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user