@@ -134,7 +134,7 @@ discard block |
||
| 134 | 134 | } |
| 135 | 135 | } |
| 136 | 136 | |
| 137 | - $path = $matches['firstUriPart'] . '/' . $path; |
|
| 137 | + $path = $matches['firstUriPart'].'/'.$path; |
|
| 138 | 138 | } |
| 139 | 139 | |
| 140 | 140 | /** |
@@ -147,6 +147,6 @@ discard block |
||
| 147 | 147 | foreach ($dimensionPresets as $dimensionName => $dimensionPreset) { |
| 148 | 148 | $defaultDimensionPresetUriSegments[] = $dimensionPreset['presets'][$dimensionPreset['defaultPreset']]['uriSegment']; |
| 149 | 149 | } |
| 150 | - $path = implode('_', $defaultDimensionPresetUriSegments) . '/' . $path; |
|
| 150 | + $path = implode('_', $defaultDimensionPresetUriSegments).'/'.$path; |
|
| 151 | 151 | } |
| 152 | 152 | } |