@@ -333,7 +333,7 @@  | 
                                                    ||
| 333 | 333 | |
| 334 | 334 | $filepath = 'aimeos/' . $siteId . '/logo' . $w . '.' . $ext;  | 
                                                        
| 335 | 335 | $context->getFilesystemManager()->get( 'fs-media' )->write( $filepath, $image->scale( $w, $h )->save() );  | 
                                                        
| 336 | - $filepaths[(int) $w?:1] = $filepath;  | 
                                                        |
| 336 | + $filepaths[(int) $w ?: 1] = $filepath;  | 
                                                        |
| 337 | 337 | }  | 
                                                        
| 338 | 338 | |
| 339 | 339 | $item->setLogos( $filepaths );  |