mirror of
				https://github.com/Ylianst/MeshCentral.git
				synced 2025-03-09 15:40:18 +00:00 
			
		
		
		
	Fixed null reference in file search
This commit is contained in:
		
							parent
							
								
									2c3cbf9efb
								
							
						
					
					
						commit
						c39ff657f4
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -9766,9 +9766,9 @@ | |||
|         function p13findfileEx(b, t) { | ||||
|             if (Q('d2findFilter').value.length == 0) return; | ||||
|             var winAgent = ((currentNode.agent.id > 0) && (currentNode.agent.id < 5)) || (currentNode.agent.id == 14)|| (currentNode.agent.id == 34); | ||||
|             var slash = winagent ? '\\' : '/'; | ||||
|             var slash = winAgent ? '\\' : '/'; | ||||
|             var path = p13filetreelocation.join(slash) + slash; | ||||
|             if (!winagent) { path = slash + path; } | ||||
|             if (!winAgent) { path = slash + path; } | ||||
|             xxdialogTag = 'find:' + Math.random(); | ||||
|             files.sendText({ action: 'findfile', reqid: xxdialogTag, path: path, filter: Q('d2findFilter').value }); | ||||
|             QH('d2findResults', ''); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue