Update contact.class.php

This commit is contained in:
Frédéric FRANCE 2019-10-28 08:08:59 +01:00 committed by GitHub
parent 7f1b67f0e4
commit 6e03e0ba83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1264,7 +1264,7 @@ class Contact extends CommonObject
// phpcs:enable
global $langs;
if (empty($this->status) || empty($this->statusshort))
if (empty($this->labelstatus) || empty($this->labelstatusshort))
{
$this->labelstatus[0] = 'ActivityCeased';
$this->labelstatusshort[0] = 'ActivityCeased';