Merge commit 'origin/master' into account
[platal.git] / include / validations.inc.php
index 5100359..050318c 100644 (file)
@@ -85,6 +85,7 @@ abstract class Validate
         $this->stamp  = date('YmdHis');
         $this->unique = $_unique;
         $this->type   = $_type;
+        $this->promo  = $this->user->promo();
     }
 
     // }}}