Completed
Push — master ( 13c551...124328 )
by Craig
06:11
created
src/Zikula/CoreBundle/Helper/BundlesSchemaHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
         $res = $qb->execute();
107 107
         foreach ($res->fetchAll() as $row) {
108 108
             if (!array_key_exists($row['bundlename'], $fileExtensions)) {
109
-                $this->removeById((int)$row['id']);
109
+                $this->removeById((int) $row['id']);
110 110
             }
111 111
         }
112 112
     }
Please login to merge, or discard this patch.