Cleanup for SensioLabs Insights.

This commit is contained in:
Andrés Montañez
2013-12-19 15:37:26 -02:00
parent 2220b2fef5
commit 0f17468553
9 changed files with 34 additions and 22 deletions
+1 -1
View File
@@ -87,6 +87,6 @@ class Mailer
. '--Mage-mixed-' . $boundary . '--' . self::EOL
;
$mail_sent = @mail($this->address, $subject, $message, $headers);
@mail($this->address, $subject, $message, $headers);
}
}