[horde] wrong ftp_systype

pete pkarttun at siba.fi
Wed Aug 11 01:02:54 PDT 2004


UNIX - ftp_systype in horde/framework/VFS/VFS/ftp.php should be handled in
lowercase. otherwise gollem ftp-backend doesn't show dotfiles. patch in
attachment
:pete
-------------- next part --------------
--- ftp.php	2004-06-27 12:46:13.000000000 +0300
+++ ftp.php	2004-08-11 10:51:18.000000000 +0300
@@ -383,7 +383,7 @@
             }
         }
 
-        if ($type == 'UNIX') {
+        if ($type == 'unix') {
             // If we don't want dotfiles, We can save work here by not
             // doing an ls -a and then not doing the check later (by
             // setting $dotfiles to true, the if is short-circuited).


More information about the horde mailing list