--- filebrowser.module-orig	2009-05-14 14:56:17.000000000 +0200
+++ filebrowser.module	2009-05-14 14:54:25.000000000 +0200
@@ -176,7 +176,7 @@
 
   static $cache= array ();
   if (isset ($cache[$relative_path])) {
-    return $cache[$relative_path];
+    $node->file_listing = $cache[$relative_path];
   }
 
   // retreive paths
