From a947c40b0a60a058a97b035320e8c84bf2772c9f Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 25 Jan 2011 12:47:05 -0700 Subject: [PATCH] Use POST, not GET, so URL form variables are available --- chora/lib/Application.php | 2 +- chora/templates/directory/header.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chora/lib/Application.php b/chora/lib/Application.php index 2c44dac4f..df575943d 100644 --- a/chora/lib/Application.php +++ b/chora/lib/Application.php @@ -79,7 +79,7 @@ class Chora_Application extends Horde_Registry_Application 'ws' => 1, ); - /* See if any actions have been passed as GET variables, and if so, + /* See if any actions have been passed as form variables, and if so, * assign them into the acts array. */ $vars = Horde_Variables::getDefaultVariables(); foreach (array_keys($acts) as $key) { diff --git a/chora/templates/directory/header.inc b/chora/templates/directory/header.inc index c8623796c..f499c12eb 100644 --- a/chora/templates/directory/header.inc +++ b/chora/templates/directory/header.inc @@ -1,7 +1,7 @@ 1): ?>
-
+