1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-26 05:10:17 +02:00

Makes the file executable

This commit is contained in:
Ismael Ambrosi 2012-06-26 21:54:45 -03:00
parent c44879dc22
commit bde912c092

View File

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