| 
                                
                                    @@ 128-129 (lines=2) @@
                                 | 
                            
                                                            
                                    | 125 | 
                                     | 
                                                        continue;  | 
                                
                                                            
                                    | 126 | 
                                     | 
                                                }  | 
                                
                                                            
                                    | 127 | 
                                     | 
                                     | 
                                
                                                            
                                    | 128 | 
                                     | 
                                                if ( false === $component_data[ 'External' ] )  | 
                                
                                                            
                                    | 129 | 
                                     | 
                                                    $component_data[ 'File' ] = realpath( $this->components_dir . $component_data[ 'File' ] );  | 
                                
                                                            
                                    | 130 | 
                                     | 
                                     | 
                                
                                                            
                                    | 131 | 
                                     | 
                                                if ( !file_exists( $component_data[ 'File' ] ) ) { | 
                                
                                                            
                                    | 132 | 
                                     | 
                                                    pods_message( 'Pods Component not found: ' . $component_data[ 'File' ] );  | 
                                
                                                                                
                                 | 
                                
                                    @@ 262-263 (lines=2) @@
                                 | 
                            
                                                            
                                    | 259 | 
                                     | 
                                                        continue;  | 
                                
                                                            
                                    | 260 | 
                                     | 
                                                }  | 
                                
                                                            
                                    | 261 | 
                                     | 
                                     | 
                                
                                                            
                                    | 262 | 
                                     | 
                                                if ( false === $component_data[ 'External' ] )  | 
                                
                                                            
                                    | 263 | 
                                     | 
                                                    $component_data[ 'File' ] = realpath( $this->components_dir . $component_data[ 'File' ] );  | 
                                
                                                            
                                    | 264 | 
                                     | 
                                     | 
                                
                                                            
                                    | 265 | 
                                     | 
                                                if ( empty( $component_data[ 'File' ] ) ) { | 
                                
                                                            
                                    | 266 | 
                                     | 
                                                    pods_transient_clear( 'pods_components' );  |