From 3b7a0171c8a46eb21207f16fb7255bae41f10582 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 25 Sep 2012 12:55:17 +0000 Subject: [PATCH] * Filemanager: fixed not working repair of doublicate directories --- phpgwapi/inc/class.sqlfs_utils.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.sqlfs_utils.inc.php b/phpgwapi/inc/class.sqlfs_utils.inc.php index 83222e01c2..8e4cd5cea8 100644 --- a/phpgwapi/inc/class.sqlfs_utils.inc.php +++ b/phpgwapi/inc/class.sqlfs_utils.inc.php @@ -275,7 +275,7 @@ class sqlfs_utils extends sqlfs_stream_wrapper 'fs_dir' => $row['fs_dir'], 'fs_name' => $row['fs_name'], )); - foreach($stmt as $entry) + foreach($stmt as $n => $entry) { if ($entry['fs_mime'] == 'httpd/unix-directory') {