Author: swatig0
Date: 2007-08-18 08:25:53 +0000 (Sat, 18 Aug 2007)
New Revision: 14780

Modified:
   trunk/plugins/XMLLibrarian/XMLLibrarian.java
Log:
XMLLibrarian default index site fixed

Modified: trunk/plugins/XMLLibrarian/XMLLibrarian.java
===================================================================
--- trunk/plugins/XMLLibrarian/XMLLibrarian.java        2007-08-17 23:59:19 UTC 
(rev 14779)
+++ trunk/plugins/XMLLibrarian/XMLLibrarian.java        2007-08-18 08:25:53 UTC 
(rev 14780)
@@ -164,7 +164,7 @@
         * @param request
         */
        public String handleHTTPGet(HTTPRequest request) throws 
PluginHTTPException {
-               //      if(test) {reloadOld(configfile); test= false;}
+               if(test) {reloadOld(configfile); test= false;}
                StringBuffer out = new StringBuffer();
                String search = request.getParam("search");
                String stylesheet = request.getParam("stylesheet", null);


Reply via email to