Code Duplication    Length = 2-2 lines in 2 locations

classes/PodsMeta.php 2 locations

@@ 715-716 (lines=2) @@
712
        if ( 'pod' == $pod[ 'type' ] )
713
            $object_name = $pod[ 'name' ];
714
715
        if ( !isset( self::$groups[ $pod[ 'type' ] ] ) )
716
            self::$groups[ $pod[ 'type' ] ] = array();
717
718
        if ( !isset( self::$groups[ $pod[ 'type' ] ][ $object_name ] ) )
719
            self::$groups[ $pod[ 'type' ] ][ $object_name ] = array();
@@ 718-719 (lines=2) @@
715
        if ( !isset( self::$groups[ $pod[ 'type' ] ] ) )
716
            self::$groups[ $pod[ 'type' ] ] = array();
717
718
        if ( !isset( self::$groups[ $pod[ 'type' ] ][ $object_name ] ) )
719
            self::$groups[ $pod[ 'type' ] ][ $object_name ] = array();
720
721
        $_fields = array();
722