fixed a constructor error

This commit is contained in:
Eric J. Bowersox 2002-06-26 05:15:10 +00:00
parent 9a7d507e13
commit f237e30021

View File

@ -528,7 +528,7 @@ public class VeniceEngineImpl implements VeniceEngine, ServiceProvider, EngineBa
services_config = app_root + services_config;
// Create the global site.
globalsite = new GlobalSiteImpl(this,this,root,app_root);
globalsite = new GlobalSiteImpl(this,root,app_root);
// Get the <upload/> section.
sect = loader.configGetSubSection(root_h,"upload");