UFC_Contact requires profile table.
[platal.git] / classes / xnet.php
index a5a739a..9983aba 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2008 Polytechnique.org                              *
+ *  Copyright (C) 2003-2010 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -74,7 +74,7 @@ class Xnet extends Platal
         return $ans;
     }
 
-    public function force_login(&$page)
+    public function force_login(PlPage &$page)
     {
         http_redirect(S::v('loginX'));
     }