From acf491d9e7a62e5a91cc1b54305924ecf9031660 Mon Sep 17 00:00:00 2001 From: "kai.t" Date: Fri, 17 May 2024 18:18:24 +0000 Subject: [PATCH] fix mirror --- app/code/IpSupply/SyncOrder/Observer/CheckOrderStatus.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/code/IpSupply/SyncOrder/Observer/CheckOrderStatus.php b/app/code/IpSupply/SyncOrder/Observer/CheckOrderStatus.php index 28abd525..2e73eb94 100755 --- a/app/code/IpSupply/SyncOrder/Observer/CheckOrderStatus.php +++ b/app/code/IpSupply/SyncOrder/Observer/CheckOrderStatus.php @@ -30,7 +30,6 @@ class CheckOrderStatus implements ObserverInterface $currentContent .= date("Y-m-d H:i:s") . ':'; $currentContent .= $content; $currentContent .= "\n"; - $currentContent = str_replace(array("\r", "\n"), '', 500); file_put_contents($file, $currentContent); }