1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-26 13:20:17 +02:00

Remove error suppression.

This commit is contained in:
Andrés Montañez 2014-10-11 14:44:48 -02:00
parent f20091afc6
commit dbcbcb78ed

View File

@ -84,6 +84,6 @@ class Mailer
. $attachment . self::EOL
. '--Mage-mixed-' . $boundary . '--' . self::EOL;
@mail($this->address, $subject, $message, $headers);
mail($this->address, $subject, $message, $headers);
}
}