Update establishment.class.php

This commit is contained in:
Frédéric FRANCE 2019-02-27 16:11:19 +01:00 committed by GitHub
parent 9967adaf09
commit 8ea475df64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -396,7 +396,7 @@ class Establishment extends CommonObject
* Get on record Establishment * Get on record Establishment
* *
* @param int $id Id of record * @param int $id Id of record
* @return obj * @return Object
*/ */
function getEstablishment($id) function getEstablishment($id)
{ {
@ -457,7 +457,7 @@ class Establishment extends CommonObject
*/ */
function getNomUrlParent($id = 0, $withpicto = 0) function getNomUrlParent($id = 0, $withpicto = 0)
{ {
global $langs; global $langs, $conf;
$result=''; $result='';