Completed
Pull Request — master (#3738)
by Craig
07:05
created
lib/Zikula/Bundle/CoreInstallerBundle/Controller/AjaxUpgradeController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -277,7 +277,7 @@
 block discarded – undo
277 277
         if (!$this->container->get('kernel')->isBundle($defaultTheme)
278 278
             && $this->container->get('kernel')->isBundle('ZikulaBootstrapTheme')
279 279
         ) {
280
-            $variableApi->set(VariableApi::CONFIG,'Default_Theme', 'ZikulaBootstrapTheme');
280
+            $variableApi->set(VariableApi::CONFIG, 'Default_Theme', 'ZikulaBootstrapTheme');
281 281
         }
282 282
 
283 283
 
Please login to merge, or discard this patch.