fixed a constructor error
This commit is contained in:
		
							parent
							
								
									9a7d507e13
								
							
						
					
					
						commit
						f237e30021
					
				@ -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");
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user