From 8ea475df642346037db16d019c7ade286c82ed1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Wed, 27 Feb 2019 16:11:19 +0100 Subject: [PATCH] Update establishment.class.php --- htdocs/hrm/class/establishment.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/hrm/class/establishment.class.php b/htdocs/hrm/class/establishment.class.php index 467201940ce..f39a9ee374a 100644 --- a/htdocs/hrm/class/establishment.class.php +++ b/htdocs/hrm/class/establishment.class.php @@ -396,7 +396,7 @@ class Establishment extends CommonObject * Get on record Establishment * * @param int $id Id of record - * @return obj + * @return Object */ function getEstablishment($id) { @@ -457,7 +457,7 @@ class Establishment extends CommonObject */ function getNomUrlParent($id = 0, $withpicto = 0) { - global $langs; + global $langs, $conf; $result='';