Fix logic error

This commit is contained in:
Richard Coffee 2020-03-29 15:29:23 -04:00
parent dcc817106a
commit e61f3f5cba
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ if ( !class_exists('Puc_v4p9_Factory', false) ):
);
$seek = apply_filters( 'puc_get_source_uri', $seek );
$data = get_file_data( $fullPath, $seek );
foreach( $seek as $key => $uri ) {
foreach( $data as $key => $uri ) {
if ( $uri ) return $uri;
}
}