Fix typo
This commit is contained in:
parent
c5bbaffb50
commit
0203965fbf
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user