Tweaked the Post-Releases and Scheduled the Release as a separate batch.

This commit is contained in:
Andrés Montañez
2012-10-24 18:59:34 -02:00
parent 87fac2a7a8
commit d33b0b4858
5 changed files with 104 additions and 43 deletions
@@ -15,6 +15,7 @@ class Task_TaskWithParameters
public function run()
{
throw new Mage_Task_SkipException;
return true;
}
}