Also check some other files

remotes/origin/stable4
Lukas Reschke 2012-08-13 01:26:28 +07:00
parent 2024d424cd
commit 4fd069b479
1 changed files with 1 additions and 1 deletions

@ -322,7 +322,7 @@ class OC_Migrate{
$objects = scandir( $path );
if( sizeof( $objects ) > 0 ){
foreach( $objects as $file ){
if( $file == "." || $file == ".." )
if( $file == "." || $file == ".." || $file == ".htaccess")
continue;
// go on
if( is_dir( $path . '/' . $file ) ){