aboutsummaryrefslogtreecommitdiff
path: root/h-source/Library/Form/Hidden.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Library/Form/Hidden.php')
-rwxr-xr-xh-source/Library/Form/Hidden.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Library/Form/Hidden.php b/h-source/Library/Form/Hidden.php
index c589662..db86713 100755
--- a/h-source/Library/Form/Hidden.php
+++ b/h-source/Library/Form/Hidden.php
@@ -33,7 +33,7 @@ class Form_Hidden extends Form_Entry
public function render($value = null)
{
- $returnString = Html_Form::hidden($this->entryName, $value);
+ $returnString = Html_Form::hidden($this->entryName, $value, $this->className, $this->idName);
return $returnString;
}