From: Michael M Slusarz Date: Tue, 25 Jan 2011 19:47:05 +0000 (-0700) Subject: Use POST, not GET, so URL form variables are available X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a947c40b0a60a058a97b035320e8c84bf2772c9f;p=horde.git Use POST, not GET, so URL form variables are available --- 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): ?>
-
+