浏览代码

Fix wrong value for module part and return access denied

atm-ph 6 年之前
父节点
当前提交
bfaf25ca2a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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">';