mirror of
				https://github.com/nerzhul/ocsms.git
				synced 2025-10-31 10:27:42 +00:00 
			
		
		
		
	Missing parenthesis
This commit is contained in:
		
							parent
							
								
									addc336d12
								
							
						
					
					
						commit
						42df9cc510
					
				| @ -81,7 +81,7 @@ class Application extends App { | |||||||
| 			$cm = $this->c['ContactsManager']; | 			$cm = $this->c['ContactsManager']; | ||||||
| 			$result = $cm->search('',array('FN')); | 			$result = $cm->search('',array('FN')); | ||||||
| 			foreach ($result as $r) { | 			foreach ($result as $r) { | ||||||
| 				if (isset $r["phone"]) { | 				if (isset ($r["phone"])) { | ||||||
| 					self::$contacts[$r["phone"]] = $r["FN"]; | 					self::$contacts[$r["phone"]] = $r["FN"]; | ||||||
| 				} | 				} | ||||||
| 			} | 			} | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user