Happy New Year!
[platal.git] / modules / platal / review.inc.php
index e4627e8..6cdfcae 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2011 Polytechnique.org                              *
+ *  Copyright (C) 2003-2014 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -23,12 +23,12 @@ __autoload('PlWizard');
 
 class ReviewPage implements PlWizardPage
 {
-    public function __construct(PlWizard &$wiz) { }
+    public function __construct(PlWizard $wiz) { }
     public function template() { return 'platal/review.tpl'; }
     public function process(&$success) { }
     public function success() { }
 
-    public function prepare(PlPage &$page, $id)
+    public function prepare(PlPage $page, $id)
     {
         $wp = new PlWikiPage((@$GLOBALS['IS_XNET_SITE'] ? 'ReviewXnet' : 'Review') . '.' . ucfirst($id));
         $wp->buildCache();