fix localdata for /spider/data only files
[spider.git] / perl / DXUtil.pm
index 4477a94bef90a3ef8e5abdc5ad5814fc53eb3bbb..b669b3b3f8c78715b891e146f12e172d266f803e 100644 (file)
@@ -479,7 +479,9 @@ sub localdata
                $tfn = "$main::data/$ifn";
                if (-e $tfn && -e $ofn) {
                        $ofn = $tfn if -M $ofn < -M $tfn;
-               } 
+               } elsif (-e tfn) {
+                       $ofn = $tfn;
+               }
        }
 
        return $ofn;