@@ -150,7 +150,7 @@ discard block |
||
| 150 | 150 | { |
| 151 | 151 | $website = $this->getField('Website'); |
| 152 | 152 | if ($website && strpos($website, '//') === false && strpos($website, '.') >= 0) { |
| 153 | - return '//' . $website; |
|
| 153 | + return '//'.$website; |
|
| 154 | 154 | } |
| 155 | 155 | return $website; |
| 156 | 156 | } |
@@ -188,7 +188,7 @@ discard block |
||
| 188 | 188 | */ |
| 189 | 189 | public function getCMSFields() |
| 190 | 190 | { |
| 191 | - $this->beforeUpdateCMSFields(function ($fields) { |
|
| 191 | + $this->beforeUpdateCMSFields(function($fields) { |
|
| 192 | 192 | $fields->removeByName(array( |
| 193 | 193 | 'Import_ID', |
| 194 | 194 | 'LinkTracking', |