We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6070214 commit 067c058Copy full SHA for 067c058
Lib/RestAPI/Controllers/ApiController.php
@@ -93,7 +93,7 @@ public function amoEntityUpdateAction():void
93
$oldIp = file_get_contents($tmpFileName);
94
}
95
if($oldIp !== $ip){
96
- SystemMessages::sysLogMsg('amoCrm-hook', 'from: ', $this->getClientIp());
+ SystemMessages::sysLogMsg('amoCrm-hook', 'from: '. $this->getClientIp());
97
file_put_contents($tmpFileName, $ip);
98
99
ConnectorDb::invoke('entityUpdate', [$_REQUEST], false);
0 commit comments