@@ -107,7 +107,7 @@ |
||
107 | 107 | foreach ($blocks as $block) { |
108 | 108 | $bKey = $block['bkey']; |
109 | 109 | if (mb_strpos($bKey, ':')) { |
110 | - [/* $moduleName */ , $bKey] = explode(':', $bKey); |
|
110 | + [/* $moduleName */, $bKey] = explode(':', $bKey); |
|
111 | 111 | } |
112 | 112 | $this->entityManager->getConnection()->executeUpdate('UPDATE blocks SET bKey=? WHERE bid=?', [trim($bKey, '\\'), $block['bid']]); |
113 | 113 | } |