@@ -91,7 +91,7 @@ |
||
91 | 91 | { |
92 | 92 | $classname = '\\Aimeos\\Controller\\Common\\' . ucfirst( $domain ) . '\\Import\\Xml\\Processor\\' . $segment; |
93 | 93 | |
94 | - if( class_exists( $classname ) === false ){ |
|
94 | + if( class_exists( $classname ) === false ) { |
|
95 | 95 | throw new \Aimeos\Controller\Common\Exception( sprintf( 'Class "%1$s" not found', $classname ) ); |
96 | 96 | } |
97 | 97 | } |