This commit is contained in:
Laurent Destailleur 2021-01-24 13:04:02 +01:00
parent c5bbaffb50
commit 0203965fbf

View File

@ -1300,7 +1300,7 @@ class Website extends CommonObject
$object = $this;
if (empty($object->ref))
{
$this->error = 'Function importWebSite called on object not loaded (object->ref is empty)';
$this->error = 'Function rebuildWebSiteFiles called on object not loaded (object->ref is empty)';
return -1;
}