From 268b56b0798ec945c28bd0ff92d76db6d75f0054 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 5 Apr 2007 03:34:28 +0000 Subject: [PATCH] getValue does not look at form values --- lib/WebGUI/Asset.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset.pm b/lib/WebGUI/Asset.pm index 7f5809572..a0ad7fdb8 100644 --- a/lib/WebGUI/Asset.pm +++ b/lib/WebGUI/Asset.pm @@ -1101,7 +1101,7 @@ Returns the value of anything it can find with an index of key, or else it retur =head3 key -A form variable, an asset property name, or a propertyDefinition. +An asset property name, or a propertyDefinition. =cut