diff --git a/htdocs/comm/action/index.php b/htdocs/comm/action/index.php
index 9df55b32cdc..0068af958a5 100644
--- a/htdocs/comm/action/index.php
+++ b/htdocs/comm/action/index.php
@@ -172,7 +172,7 @@ if ($socid)
{
$cont = new Contact($db);
$cont->fetch($obj->fk_contact);
- print ''.$cont->fullname.'';
+ print ''.$cont->fullname.'';
}
else
{
@@ -262,7 +262,7 @@ else
{
$cont = new Contact($db);
$cont->fetch($obj->fk_contact);
- print ''.$cont->fullname.'';
+ print ''.$cont->fullname.'';
}
else
{