diff --git a/htdocs/admin/mails_templates.php b/htdocs/admin/mails_templates.php index 58a694726bc..f9fe30ef6d7 100644 --- a/htdocs/admin/mails_templates.php +++ b/htdocs/admin/mails_templates.php @@ -1242,7 +1242,7 @@ if ($num) { // Status / Active print ''; if ($canbedisabled) { - print ''.$actl[$obj->active].''; + print ''.$actl[$obj->active].''; } else { print ''.$actl[$obj->active].''; }