diff --git a/Mage/Compiler.php b/Mage/Compiler.php index b0ba738..2bd505a 100644 --- a/Mage/Compiler.php +++ b/Mage/Compiler.php @@ -46,5 +46,7 @@ class Mage_Compiler $phar->stopBuffering(); unset($phar); + + chmod($file, 0755); } }