From 9c8b25b2c8f4d4dd8903122395c21fca80dc9bff Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Mon, 9 Nov 2009 11:28:11 -0500 Subject: [PATCH] update function signature to allow for POST only variables --- framework/Ajax/lib/Horde/Ajax/Imple/Base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Ajax/lib/Horde/Ajax/Imple/Base.php b/framework/Ajax/lib/Horde/Ajax/Imple/Base.php index c0c7b2d20..be472c878 100644 --- a/framework/Ajax/lib/Horde/Ajax/Imple/Base.php +++ b/framework/Ajax/lib/Horde/Ajax/Imple/Base.php @@ -39,7 +39,7 @@ abstract class Horde_Ajax_Imple_Base * * @param array $args TODO */ - abstract public function handle($args); + abstract public function handle($args, $post); /** * TODO -- 2.11.0