1
0
Fork 0
mirror of synced 2025-04-20 01:21:01 +00:00

fix wrong product count in catalog generator log

This commit is contained in:
Pavel 2020-07-23 20:33:35 +03:00
parent 47cf09838e
commit e9a46a4445

View file

@ -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() . ")"
);
}