From 07f3edeb8864646b014f0e6110d09ce33a79c6ea Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 9 Sep 2010 21:42:27 +0000 Subject: [PATCH] Fix: bad link --- htdocs/fichinter/document.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fichinter/document.php b/htdocs/fichinter/document.php index 9e880f0ea04..a142ac023e2 100644 --- a/htdocs/fichinter/document.php +++ b/htdocs/fichinter/document.php @@ -162,7 +162,7 @@ if ($object->id) // List of document $param='&id='.$object->id; - $formfile->list_of_documents($filearray,$object,'fichinter',$param); + $formfile->list_of_documents($filearray,$object,'ficheinter',$param); } else