Really reactive address.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Sat, 1 Dec 2007 17:28:45 +0000 (18:28 +0100)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Sat, 1 Dec 2007 17:28:45 +0000 (18:28 +0100)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
include/validations/broken.inc.php

index c502cd8..523d355 100644 (file)
@@ -102,7 +102,7 @@ class BrokenReq extends Validate
 
         XDB::execute("UPDATE  emails AS e
                   INNER JOIN  aliases AS a ON (a.id = e.uid)
-                         SET  e.flags = 'active'
+                         SET  e.flags = 'active', panne_level = 2
                        WHERE  a.alias = {?} AND e.email = {?}", $this->m_forlife, $this->m_email);
         if (XDB::affectedRows() > 0) {
             $this->m_reactive = true;