Completed
Pull Request — master (#4122)
by Axel
08:12 queued 03:09
created
src/system/SettingsModule/SettingsModuleInstaller.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
                 $this->entityManager->flush();
105 105
             case '2.9.10':
106 106
             case '2.9.11':
107
-                $this->setSystemVar('UseCompression', (bool)$this->getSystemVar('UseCompression'));
107
+                $this->setSystemVar('UseCompression', (bool) $this->getSystemVar('UseCompression'));
108 108
             case '2.9.12': // ship with Core-1.4.4
109 109
                 // reconfigure TZ settings
110 110
                 $this->setGuestTimeZone();
Please login to merge, or discard this patch.