Urgent bugfix: Public contacts had been blocked automatically when created
This commit is contained in:
		
					parent
					
						
							
								72f5b863d8
							
						
					
				
			
			
				commit
				
					
						f28301e18f
					
				
			
		
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -448,7 +448,6 @@ class Probe
 | 
			
		|||
				if (!$old_fields) {
 | 
			
		||||
					$old_fields = true;
 | 
			
		||||
					$fields['blocked'] = false;
 | 
			
		||||
					$fields['pending'] = false;
 | 
			
		||||
				}
 | 
			
		||||
 | 
			
		||||
				dba::update('contact', $fields, $condition, $old_fields);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue