@@ -104,7 +104,7 @@  | 
                                                    ||
| 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();  |