Tweaks on port definition.

Now port can be defined into the hostname.
This commit is contained in:
Andrs Montaez
2012-02-15 19:08:16 -02:00
parent e42a1f1193
commit 51e7de0676
8 changed files with 22 additions and 9 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ class Mage_Task_Update
if ($result == true) {
Mage_Console::output('OK' . PHP_EOL, 0);
} else {
Mage_Console::output( 'FAIL' . PHP_EOL, 0);
Mage_Console::output('FAIL' . PHP_EOL, 0);
}
}