Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2012-08-13 03:26:28 +0400
committerLukas Reschke <lukas@statuscode.ch>2012-08-13 03:26:28 +0400
commit4fd069b47906ebcf83887970c732d464dbe7d37a (patch)
tree5ff8fe89ed09bb7345356d4f1908bd765e98d8c3 /lib
parent2024d424cdc8de836848db4acc7dee148d018bb5 (diff)
Also check some other files
Diffstat (limited to 'lib')
-rw-r--r--lib/migrate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/migrate.php b/lib/migrate.php
index 5939ba32e50..d05c781f555 100644
--- a/lib/migrate.php
+++ b/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 ) ){