Fixes deprecated features in PHP 5.3.x.
[platal.git] / include / validations / orange.inc.php
index 61883ed..fe51f66 100644 (file)
@@ -38,7 +38,7 @@ class OrangeReq extends ProfileValidate
     // }}}
     // {{{ constructor
 
-    public function __construct(User &$_user, Profile &$_profile, $_newGradYear)
+    public function __construct(User $_user, Profile $_profile, $_newGradYear)
     {
         parent::__construct($_user, $_profile, true, 'orange');
         $this->newGradYear  = $_newGradYear;