Merge pull request #10707 from frederic34/patch-2

Update establishment.class.php
This commit is contained in:
Laurent Destailleur 2019-02-28 11:05:35 +01:00 committed by GitHub
commit ef630b2140
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='';