Browse Source

Tweak on compiler.

1.0
Andrés Montañez 11 years ago
parent
commit
75a2463240
  1. 2
      Mage/Command/BuiltIn/CompileCommand.php

2
Mage/Command/BuiltIn/CompileCommand.php

@ -29,7 +29,7 @@ class CompileCommand extends AbstractCommand
public function run () public function run ()
{ {
if (ini_get('phar.readonly')) { if (ini_get('phar.readonly')) {
Console::output('The <purple>php.ini</purple> variable <light_red>phar.readonly</light_red> must be enabled.', 1, 2); Console::output('The <purple>php.ini</purple> variable <light_red>phar.readonly</light_red> must be <yellow>Off</yellow>.', 1, 2);
return; return;
} }

Loading…
Cancel
Save