Browse Source

Fix wrong value for module part and return access denied

atm-ph 6 years ago
parent
commit
bfaf25ca2a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/comm/action/card.php

+ 1 - 1
htdocs/comm/action/card.php

@@ -1611,7 +1611,7 @@ if ($id > 0)
 
             $var=true;
 
-            print $formfile->showdocuments('agenda',$object->id,$filedir,$urlsource,$genallowed,$delallowed,'',0,0,0,0,0,'','','',$object->default_lang);
+            print $formfile->showdocuments('actions',$object->id,$filedir,$urlsource,$genallowed,$delallowed,'',0,0,0,0,0,'','','',$object->default_lang);
 
 			print '</div><div class="fichehalfright"><div class="ficheaddleft">';