This commit is contained in:
Romain Neutron
2012-03-20 15:52:36 +01:00
2 changed files with 3 additions and 24 deletions

View File

@@ -22,7 +22,7 @@ class patch_3602 implements patchInterface
*
* @var string
*/
private $release = '3.6.0a2';
private $release = '3.6.0a1';
/**
*
* @var Array
@@ -40,7 +40,7 @@ class patch_3602 implements patchInterface
public function require_all_upgrades()
{
return true;
return false;
}
/**