X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fplatal%2Freview.inc.php;h=cf4112ae77336d16e8455e3000c7ce7297bab1b6;hb=911075226546c6b058eca1e0b889097f79fa6232;hp=e4627e89dbdb6196e4d6b6157bbdedf1be53beb1;hpb=d645ceb701b0e8aa1de2e5271bed35e56ef169f1;p=platal.git diff --git a/modules/platal/review.inc.php b/modules/platal/review.inc.php index e4627e8..cf4112a 100644 --- a/modules/platal/review.inc.php +++ b/modules/platal/review.inc.php @@ -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();