Skip to content

Commit 067c058

Browse files
committed
Поправил ошибку лога
1 parent 6070214 commit 067c058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/RestAPI/Controllers/ApiController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public function amoEntityUpdateAction():void
9393
$oldIp = file_get_contents($tmpFileName);
9494
}
9595
if($oldIp !== $ip){
96-
SystemMessages::sysLogMsg('amoCrm-hook', 'from: ', $this->getClientIp());
96+
SystemMessages::sysLogMsg('amoCrm-hook', 'from: '. $this->getClientIp());
9797
file_put_contents($tmpFileName, $ip);
9898
}
9999
ConnectorDb::invoke('entityUpdate', [$_REQUEST], false);

0 commit comments

Comments
 (0)