From 75a24632406f6bcc28165fb76f807f921deb95b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Monta=C3=B1ez?= Date: Sun, 15 Dec 2013 17:27:26 -0200 Subject: [PATCH] Tweak on compiler. --- Mage/Command/BuiltIn/CompileCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage/Command/BuiltIn/CompileCommand.php b/Mage/Command/BuiltIn/CompileCommand.php index f00b0ed..2f3b198 100644 --- a/Mage/Command/BuiltIn/CompileCommand.php +++ b/Mage/Command/BuiltIn/CompileCommand.php @@ -29,7 +29,7 @@ class CompileCommand extends AbstractCommand public function run () { if (ini_get('phar.readonly')) { - Console::output('The php.ini variable phar.readonly must be enabled.', 1, 2); + Console::output('The php.ini variable phar.readonly must be Off.', 1, 2); return; }