Code Duplication    Length = 2-2 lines in 2 locations

classes/PodsMeta.php 2 locations

@@ 646-647 (lines=2) @@
643
        if ( 'pod' == $pod[ 'type' ] )
644
            $object_name = $pod[ 'name' ];
645
646
        if ( !isset( self::$groups[ $pod[ 'type' ] ] ) )
647
            self::$groups[ $pod[ 'type' ] ] = array();
648
649
        if ( !isset( self::$groups[ $pod[ 'type' ] ][ $object_name ] ) )
650
            self::$groups[ $pod[ 'type' ] ][ $object_name ] = array();
@@ 649-650 (lines=2) @@
646
        if ( !isset( self::$groups[ $pod[ 'type' ] ] ) )
647
            self::$groups[ $pod[ 'type' ] ] = array();
648
649
        if ( !isset( self::$groups[ $pod[ 'type' ] ][ $object_name ] ) )
650
            self::$groups[ $pod[ 'type' ] ][ $object_name ] = array();
651
652
        $_fields = array();
653