mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-08 14:28:57 +02:00
Commented code should not be commited.
This commit is contained in:
@@ -18,8 +18,10 @@ class TaskWithParameters extends AbstractTask
|
|||||||
|
|
||||||
public function run()
|
public function run()
|
||||||
{
|
{
|
||||||
//throw new Mage_Task_SkipException;
|
if ($this->getParameter('booleanOption', false)) {
|
||||||
//return false;
|
|
||||||
return true;
|
return true;
|
||||||
|
} else {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user