Fixing style errors.
This commit is contained in:
parent
0d50402803
commit
11704ea6fb
@ -95,7 +95,7 @@ class Contacts extends DolibarrApi
|
|||||||
{
|
{
|
||||||
$this->contact->load_ref_elements();
|
$this->contact->load_ref_elements();
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($includeroles)
|
if ($includeroles)
|
||||||
{
|
{
|
||||||
$this->contact->fetchRoles();
|
$this->contact->fetchRoles();
|
||||||
@ -259,7 +259,7 @@ class Contacts extends DolibarrApi
|
|||||||
if ($includecount)
|
if ($includecount)
|
||||||
{
|
{
|
||||||
$contact_static->load_ref_elements();
|
$contact_static->load_ref_elements();
|
||||||
}
|
}
|
||||||
if ($includeroles)
|
if ($includeroles)
|
||||||
{
|
{
|
||||||
$contact_static->fetchRoles();
|
$contact_static->fetchRoles();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user