From: Michael J. Rubinsky Date: Mon, 9 Nov 2009 16:28:11 +0000 (-0500) Subject: update function signature to allow for POST only variables X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9c8b25b2c8f4d4dd8903122395c21fca80dc9bff;p=horde.git update function signature to allow for POST only variables --- 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