diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2013-10-14 16:06:56 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2013-10-14 16:06:56 +0000 |
commit | a93461b231fb94f3a6a9df09a30557732201ddcc (patch) | |
tree | f278951ee7746da2a618ec57043c57fafe779c1d /h-source/Library/Form/Hidden.php | |
parent | 6fa0219202ce4ccc5c4592e66031bb0f7f8be2b0 (diff) |
added new EasyGiant Library
Diffstat (limited to 'h-source/Library/Form/Hidden.php')
-rwxr-xr-x | h-source/Library/Form/Hidden.php | 2 |
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; } |