mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-31 05:11:27 +00:00 
			
		
		
		
	pass $db to constructor of extension manager
This commit is contained in:
		
							parent
							
								
									e1ce619f1f
								
							
						
					
					
						commit
						2b13f11eae
					
				|  | @ -14,7 +14,7 @@ | |||
| require "inc.ClassExtensionMgr.php"; | ||||
| require_once "inc.ClassExtBase.php"; | ||||
| 
 | ||||
| $extMgr = new SeedDMS_Extension_Mgr($settings->_rootDir."/ext", $settings->_cacheDir); | ||||
| $extMgr = new SeedDMS_Extension_Mgr($db, $settings->_rootDir."/ext", $settings->_cacheDir); | ||||
| $extconffile = $extMgr->getExtensionsConfFile(); | ||||
| if(!file_exists($extconffile)) { | ||||
| 	$extMgr->createExtensionConf(); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann