fix wrong product count in catalog generator log
This commit is contained in:
parent
47cf09838e
commit
e9a46a4445
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ class RetailCrmICML
|
|||
|
||||
if ($this->isLogged) {
|
||||
$this->WriteLog(
|
||||
($this->pageSize * $arNavStatParams['iNumPage'])
|
||||
count($elems)
|
||||
. " product(s) has been loaded from " . $id . " IB (memory usage: " . memory_get_usage() . ")"
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue