We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b08dd71 + c13f570 commit f9966b1Copy full SHA for f9966b1
dev/tools/Magento/Tools/Di/compiler.php
@@ -247,11 +247,6 @@
247
. ' in the "var" directory. For instance, if you run the Magento application using Apache,'
248
. ' the owner of the files in the "var" directory should be the Apache user (example command:'
249
. ' "chown -R www-data:www-data <MAGENTO_ROOT>/var" where MAGENTO_ROOT is the Magento root directory).' . "\n";
250
- /** TODO: Temporary solution before having necessary changes on bamboo to overcome issue described above */
251
- $iterator = new RecursiveIteratorIterator(new RecursiveDirectoryIterator($rootDir . '/var'));
252
- foreach ($iterator as $item) {
253
- chmod($item, 0777);
254
- }
255
256
} catch (Zend_Console_Getopt_Exception $e) {
257
echo $e->getUsageMessage();
0 commit comments