@@ -33,7 +33,7 @@ |
||
| 33 | 33 | $links_raw = explode(',', $value); |
| 34 | 34 | $links = []; |
| 35 | 35 | foreach ($links_raw as $link) { |
| 36 | - list($uri,$title) = explode('|', $link); |
|
| 36 | + list($uri, $title) = explode('|', $link); |
|
| 37 | 37 | $links[] = [ |
| 38 | 38 | 'uri' => $uri, |
| 39 | 39 | 'title' => $title, |
@@ -57,7 +57,7 @@ |
||
| 57 | 57 | // Point source path to local CSV file. |
| 58 | 58 | if ($local_csv == TRUE) { |
| 59 | 59 | $source = $migration->get('source'); |
| 60 | - $source['path'] = $path . $prefix . "." . $entity_type . "." . $type . '.csv'; |
|
| 60 | + $source['path'] = $path . $prefix . "." . $entity_type . "." . $type . '.csv'; |
|
| 61 | 61 | // Set new source and process modifications. |
| 62 | 62 | $migration->set('source', $source); |
| 63 | 63 | } |