From bde912c09225e9acc57aac85cef6fb5944910eb6 Mon Sep 17 00:00:00 2001 From: Ismael Ambrosi Date: Tue, 26 Jun 2012 21:54:45 -0300 Subject: [PATCH] Makes the file executable --- Mage/Compiler.php | 2 ++ 1 file changed, 2 insertions(+) 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); } }