New feature: Override Release.

This commit is contained in:
Andrés Montañez
2012-03-31 00:33:17 -03:00
parent aaa65800d0
commit 0410c0efec
6 changed files with 54 additions and 15 deletions
+5
View File
@@ -31,6 +31,11 @@ abstract class Mage_Task_TaskAbstract
return $this->_config;
}
public function getActionOption($name, $value = false)
{
return Mage_Console::getActionOption($name, $value);
}
public function init()
{
}