Shows a confirmation message when the profile is modified (Closes #970).
[platal.git] / modules / platal / review.inc.php
index 2b48319..a9b3430 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2008 Polytechnique.org                              *
+ *  Copyright (C) 2003-2009 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -25,7 +25,8 @@ class ReviewPage implements PlWizardPage
 {
     public function __construct(PlWizard &$wiz) { }
     public function template() { return 'platal/review.tpl'; }
-    public function process() { }
+    public function process(&$success) { }
+    public function success() { }
 
     public function prepare(PlPage &$page, $id)
     {