# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. --- administrator/components/com_comprofiler/comprofiler.class.php +++ administrator/components/com_comprofiler/comprofiler.class.php @@ -1802,7 +1802,7 @@ $handle = opendir( $path ); while ( true == ( $file = readdir( $handle ) ) ) { - if ( ! in_array( $file, array( '.', '..', '.svn', '.git', '.gitignore', '.gitattributes' ) ) ) { + if ( ! in_array( $file, array( '.', '..', '.svn', '.git', '.gitignore', '.gitattributes', '__MACOSX' ) ) ) { $dir = _cbPathName( $path . '/' . $file, false ); if ( preg_match( "/$filter/", $file ) ) { if ( $fullpath ) {