include file
authorAlan Knowles <alan@roojs.com>
Thu, 3 Jun 2021 06:32:12 +0000 (14:32 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 3 Jun 2021 06:32:12 +0000 (14:32 +0800)
File/Smb/Dir.php

index 13a47a8..96bf25d 100644 (file)
@@ -194,7 +194,7 @@ class File_Smb_Dir {
         }
         fclose($fw);
         smbclient_close($this->resource, $fh);
-        
+        require_once 'File/Smb/File.php';
         return new File_Smb_File($this, $name);
         
     }