mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-09-13 12:40:18 +02: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