Browse Source

Makes the file executable

1.0
Ismael Ambrosi 12 years ago
parent
commit
bde912c092
  1. 2
      Mage/Compiler.php

2
Mage/Compiler.php

@ -46,5 +46,7 @@ class Mage_Compiler
$phar->stopBuffering(); $phar->stopBuffering();
unset($phar); unset($phar);
chmod($file, 0755);
} }
} }

Loading…
Cancel
Save