Merge branch '2.0.x'

This commit is contained in:
Jeremy Mikola 2013-04-17 11:23:58 -04:00
commit a161b0657a

View file

@ -363,6 +363,10 @@ class Configuration implements ConfigurationInterface
*/
protected function getNestings()
{
if (!isset($this->configArray[0]['indexes'])) {
return array();
}
$nestings = array();
foreach ($this->configArray[0]['indexes'] as $index) {
if (empty($index['types'])) {