This commit is contained in:
Laurent Destailleur 2021-01-24 13:04:02 +01:00
parent dd69aed27b
commit 332db70fca

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;
}