mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-31 13:18:06 +00:00 
			
		
		
		
	finaly fix bug #137, make $settings global in tree()
This commit is contained in:
		
							parent
							
								
									034c709cee
								
							
						
					
					
						commit
						dfcc87fa24
					
				|  | @ -48,7 +48,7 @@ require_once("SeedDMS/Core.php"); | |||
| require_once("SeedDMS/Lucene.php"); | ||||
| 
 | ||||
| function tree($folder, $indent='') { | ||||
| 	global $index, $dms; | ||||
| 	global $index, $dms, $settings; | ||||
| 	echo $indent."D ".$folder->getName()."\n"; | ||||
| 	$subfolders = $folder->getSubFolders(); | ||||
| 	foreach($subfolders as $subfolder) { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Uwe Steinmann
						Uwe Steinmann