@@ -105,8 +105,7 @@ discard block |
||
105 | 105 | }; |
106 | 106 | |
107 | 107 | $helper = new \Aimeos\MW\View\Helper\Access\Standard( $view, $fcn ); |
108 | - } |
|
109 | - else |
|
108 | + } else |
|
110 | 109 | { |
111 | 110 | $helper = new \Aimeos\MW\View\Helper\Access\All( $view ); |
112 | 111 | } |
@@ -244,8 +243,7 @@ discard block |
||
244 | 243 | { |
245 | 244 | $i18n = $this->i18n->get( array( $locale ) ); |
246 | 245 | $translation = $i18n[$locale]; |
247 | - } |
|
248 | - else |
|
246 | + } else |
|
249 | 247 | { |
250 | 248 | $translation = new \Aimeos\MW\Translation\None( 'en' ); |
251 | 249 | } |