changeset 586:41a8d293b798 stream

Merge with HEAD 3af19d51dd7e579c3384d27b24053c2660915d9d
author robcast
date Wed, 05 Jan 2011 14:46:19 +0100
parents 95417c4615b8 (current diff) 3af19d51dd7e (diff)
children 720d061a1b30
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/digitallibrary/dirInfo-xml.jsp	Wed Jan 05 14:41:28 2011 +0100
+++ b/client/digitallibrary/dirInfo-xml.jsp	Wed Jan 05 14:46:19 2011 +0100
@@ -24,7 +24,7 @@
 // get directory
 digilib.io.DocuDirectory dir = dirCache.getDirectory(dlRequest.getFilePath());
 FileOps.FileClass fc = FileOps.FileClass.IMAGE;
-int dirSize = dir.size();
+int dirSize = dir.size(fc);
 
 %><!-- Automatically generated XML snippet with directory info -->
 <huhu/>