Code Duplication    Length = 2-2 lines in 2 locations

classes/PodsMeta.php 2 locations

@@ 663-664 (lines=2) @@
660
        if ( 'pod' == $pod[ 'type' ] )
661
            $object_name = $pod[ 'name' ];
662
663
        if ( !isset( self::$groups[ $pod[ 'type' ] ] ) )
664
            self::$groups[ $pod[ 'type' ] ] = array();
665
666
        if ( !isset( self::$groups[ $pod[ 'type' ] ][ $object_name ] ) )
667
            self::$groups[ $pod[ 'type' ] ][ $object_name ] = array();
@@ 666-667 (lines=2) @@
663
        if ( !isset( self::$groups[ $pod[ 'type' ] ] ) )
664
            self::$groups[ $pod[ 'type' ] ] = array();
665
666
        if ( !isset( self::$groups[ $pod[ 'type' ] ][ $object_name ] ) )
667
            self::$groups[ $pod[ 'type' ] ][ $object_name ] = array();
668
669
        $_fields = array();
670