X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Fbanana%2Fhooks.inc.php;h=f5f608ae3edb495eae1348a80fc4d7d63b561c9d;hb=eb5632361d837d1d4f813d4f77e52d6702a0d523;hp=6f9e8f0e4869b781e2516617ce33044a9d995c98;hpb=fe79ceccc1dfa426f5ee18d798edda32370d6d8f;p=platal.git diff --git a/include/banana/hooks.inc.php b/include/banana/hooks.inc.php index 6f9e8f0..f5f608a 100644 --- a/include/banana/hooks.inc.php +++ b/include/banana/hooks.inc.php @@ -314,7 +314,9 @@ class BananaHandler { } - public function process() + public function success() { } + + public function process(&$success) { return PlWizard::CURRENT_PAGE; }