@@ -171,10 +171,11 @@ |
||
171 | 171 | { |
172 | 172 | $content = \Storage::disk($this->storageDisk) |
173 | 173 | ->get($this->local_path.$file); |
174 | - if(!$reverse) |
|
175 | - $content = str_replace('&','%%KAUFUND%%',$content); |
|
176 | - else |
|
177 | - $content = str_replace('%%KAUFUND%%','&',$content); |
|
174 | + if(!$reverse) { |
|
175 | + $content = str_replace('&','%%KAUFUND%%',$content); |
|
176 | + } else { |
|
177 | + $content = str_replace('%%KAUFUND%%','&',$content); |
|
178 | + } |
|
178 | 179 | \Storage::disk($this->storageDisk) |
179 | 180 | ->put($this->local_path.$file, $content); |
180 | 181 | } |