mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 09:00:18 +01:00 
			
		
		
		
	Remove error suppression.
This commit is contained in:
		
							parent
							
								
									f20091afc6
								
							
						
					
					
						commit
						dbcbcb78ed
					
				@ -84,6 +84,6 @@ class Mailer
 | 
				
			|||||||
            . $attachment . self::EOL
 | 
					            . $attachment . self::EOL
 | 
				
			||||||
            . '--Mage-mixed-' . $boundary . '--' . self::EOL;
 | 
					            . '--Mage-mixed-' . $boundary . '--' . self::EOL;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        @mail($this->address, $subject, $message, $headers);
 | 
					        mail($this->address, $subject, $message, $headers);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user