bug : check ledger access instead of folder access
This commit is contained in:
parent
737425b5df
commit
55593b28fa
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ $cn=new Database(dossier::id());
|
|||
include_once ("class_user.php");
|
||||
$User=new User($cn);
|
||||
$User->Check();
|
||||
if ($User->get_ledger_access(dossier::id()) == 'X') exit();
|
||||
if ($User->get_folder_access(dossier::id()) == 'X') exit();
|
||||
$xml="";
|
||||
|
||||
switch ($op)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue