Shows a confirmation message when the profile is modified (Closes #970).
[platal.git] / include / banana / hooks.inc.php
index 6f9e8f0..f5f608a 100644 (file)
@@ -314,7 +314,9 @@ class BananaHandler
     {
     }
 
-    public function process()
+    public function success() { }
+
+    public function process(&$success)
     {
         return PlWizard::CURRENT_PAGE;
     }