fixed typo

This commit is contained in:
Petr Skoda
2010-09-17 09:59:04 +00:00
parent 10b9cd4110
commit d7dcdb3572
+1 -1
View File
@@ -9,7 +9,7 @@ $address = $tmp[0];
// BOUNCE EMAILS TO NOREPLY
if ($_ENV['RECIPIENT'] == $CFG->noreplyaddress) {
$user = new pbject();
$user = new object();
$user->email = $_ENV['SENDER'];
if (!validate_email($user->email)) {