@@ -21,7 +21,7 @@ |
||
21 | 21 | throw new LogicException('Please run "composer require symfony/dotenv" to load the ".env" files configuring the application.'); |
22 | 22 | } |
23 | 23 | |
24 | -(new Dotenv())->bootEnv(dirname(__DIR__). '/.env'); |
|
24 | +(new Dotenv())->bootEnv(dirname(__DIR__) . '/.env'); |
|
25 | 25 | |
26 | 26 | // on install or upgrade, check if system requirements are met. |
27 | 27 | (new RequirementChecker($_ENV['ZIKULA_INSTALLED']))->verify(); |
@@ -91,7 +91,7 @@ |
||
91 | 91 | $query->getResult(); |
92 | 92 | |
93 | 93 | // add new block positions |
94 | - foreach ((array)$blockOrder as $order => $bid) { |
|
94 | + foreach ((array) $blockOrder as $order => $bid) { |
|
95 | 95 | $placement = new BlockPlacementEntity(); |
96 | 96 | $placement->setPosition($em->getReference('ZikulaBlocksModule:BlockPositionEntity', $position)); |
97 | 97 | $placement->setBlock($em->getReference('ZikulaBlocksModule:BlockEntity', $bid)); |