Fix typo
This commit is contained in:
parent
dd69aed27b
commit
332db70fca
@ -1300,7 +1300,7 @@ class Website extends CommonObject
|
|||||||
$object = $this;
|
$object = $this;
|
||||||
if (empty($object->ref))
|
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;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user