Also check some other files

remotes/origin/stable45
Lukas Reschke 14 years ago committed by Jörn Friedrich Dreyer
parent 9917c611d3
commit 5cb2d58c9f
  1. 2
      lib/migrate.php

@ -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 ) ){

Loading…
Cancel
Save