Fix tab
This commit is contained in:
parent
6438a99960
commit
6c28426b3a
@ -113,7 +113,7 @@ if (is_numeric($entity)) {
|
|||||||
* @ignore
|
* @ignore
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
function llxHeader()
|
function llxHeader()sql
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
@ -237,8 +237,8 @@ if (empty($modulepart)) {
|
|||||||
// When logged in a different entity, medias cannot be accessed because $conf->$module->multidir_output
|
// When logged in a different entity, medias cannot be accessed because $conf->$module->multidir_output
|
||||||
// is not set on the requested entity, but they are public documents, so reset entity
|
// is not set on the requested entity, but they are public documents, so reset entity
|
||||||
if ($modulepart === 'medias' && $entity != $conf->entity) {
|
if ($modulepart === 'medias' && $entity != $conf->entity) {
|
||||||
$conf->entity = $entity;
|
$conf->entity = $entity;
|
||||||
$conf->setValues($db);
|
$conf->setValues($db);
|
||||||
}
|
}
|
||||||
|
|
||||||
$check_access = dol_check_secure_access_document($modulepart, $original_file, $entity, $user, $refname);
|
$check_access = dol_check_secure_access_document($modulepart, $original_file, $entity, $user, $refname);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user