spelling: private
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
		
					parent
					
						
							
								1234d5b77a
							
						
					
				
			
			
				commit
				
					
						93c93bf69f
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -120,7 +120,7 @@ class Network extends BaseModule
 | 
			
		|||
			$content = '';
 | 
			
		||||
 | 
			
		||||
			if (self::$forumContactId) {
 | 
			
		||||
				// If self::$forumContactId belongs to a community forum or a privat group, add a mention to the status editor
 | 
			
		||||
				// If self::$forumContactId belongs to a community forum or a private group, add a mention to the status editor
 | 
			
		||||
				$condition = ["`id` = ? AND `contact-type` = ?", self::$forumContactId, Contact::TYPE_COMMUNITY];
 | 
			
		||||
				$contact = DBA::selectFirst('contact', ['addr'], $condition);
 | 
			
		||||
				if (!empty($contact['addr'])) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue