Fix class name XmlForm_Field_Hours.
This commit is contained in:
David Callizaya
2017-08-11 17:56:58 -04:00
parent b40843bd17
commit 07a850ddbf
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
* Class XmlForm_Field_hours
*
*/
class XmlForm_Field_hours extends XmlForm_Field_SimpleText
class XmlForm_Field_Hours extends XmlForm_Field_SimpleText
{
public $size = 15;
public $maxLength = 64;