Passed
Pull Request — master (#480)
by
unknown
16:57
created
src/Aimeos/Shop/Controller/JqadmController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -258,7 +258,7 @@
 block discarded – undo
258 258
 		$context->setLocale( app( 'aimeos.locale' )->getBackend( $context, $site ) );
259 259
 
260 260
 		$locale = $context->locale();
261
-        	$paths = $aimeos->getTemplatePaths( 'admin/jqadm/templates', $locale->getSiteItem()->getTheme() );
261
+			$paths = $aimeos->getTemplatePaths( 'admin/jqadm/templates', $locale->getSiteItem()->getTheme() );
262 262
 
263 263
 		$siteManager = \Aimeos\MShop::create( $context, 'locale/site');
264 264
 		$context->config()->apply( $siteManager->find( $site )->getConfig() );
Please login to merge, or discard this patch.