diff client/digitallibrary/dlContext-xml.jsp @ 570:fd2ef7e46119

more cleanup, set version to 1.8.2
author robcast
date Tue, 21 Dec 2010 20:24:09 +0100
parents aa1920322b1a
children
line wrap: on
line diff
--- a/client/digitallibrary/dlContext-xml.jsp	Tue Dec 21 09:52:16 2010 +0100
+++ b/client/digitallibrary/dlContext-xml.jsp	Tue Dec 21 20:24:09 2010 +0100
@@ -27,7 +27,7 @@
 int pn = dlRequest.getAsInt("pn");
 String fn = dlRequest.getFilePath();
 String ctx = "";
-digilib.io.DocuDirent f = dirCache.getFile(fn, pn, digilib.io.FileOps.CLASS_IMAGE);
+digilib.io.DocuDirent f = dirCache.getFile(fn, pn, digilib.io.FileOps.FileClass.IMAGE);
 if (f != null) {
     //ctx = "hasfile:"+f.getName();
     f.checkMeta();