Fixes deprecated features in PHP 5.3.x.
[platal.git] / include / validations / nl.inc.php
index 2c17f2b..8361cc6 100644 (file)
@@ -33,7 +33,7 @@ class NLReq extends Validate
     // }}}
     // {{{ constructor
 
-    public function __construct(User &$_user, $_title, $_body, $_append)
+    public function __construct(User $_user, $_title, $_body, $_append)
     {
         parent::__construct($_user, false, 'nl');
         $this->art = new NLArticle($_title, $_body, $_append);