Removes useless comments.
[platal.git] / include / validations / nl.inc.php
index fc96283..25067a4 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2009 Polytechnique.org                              *
+ *  Copyright (C) 2003-2010 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -106,7 +106,7 @@ class NLReq extends Validate
 
     public function commit()
     {
-        $nl  = new Newsletter();
+        $nl  = new NewsLetter();
         $nl->saveArticle($this->art);
         return true;
     }