mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 10:23:28 +01:00
* Filemanager: fixed not working repair of doublicate directories
This commit is contained in:
parent
1e7718a3c6
commit
5ac005969e
@ -268,7 +268,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')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user