From 6190dddac95fb75b5835a34ada60ea13390469ab Mon Sep 17 00:00:00 2001 From: fhenry Date: Sun, 19 May 2013 11:30:35 +0200 Subject: [PATCH] GetElmentURL fichinter instead of ficheinter (to be ok with element of fichinter class --- htdocs/core/class/commonobject.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php index 232e2dda9fc..dcbd404a3e0 100644 --- a/htdocs/core/class/commonobject.class.php +++ b/htdocs/core/class/commonobject.class.php @@ -2517,7 +2517,7 @@ abstract class CommonObject if ($objecttype == 'cabinetmed_cons') { $classpath = 'cabinetmed/class'; $module='cabinetmed'; $subelement='cabinetmedcons'; } - if ($objecttype == 'ficheinter') { + if ($objecttype == 'fichinter') { $classpath = 'fichinter/class'; $module='ficheinter'; $subelement='fichinter'; }