diff options
author | Gerrit Uitslag <klapinklapin@gmail.com> | 2015-08-02 00:16:05 +0200 |
---|---|---|
committer | Gerrit Uitslag <klapinklapin@gmail.com> | 2015-08-02 00:16:05 +0200 |
commit | 80b13baa48275cef1ca6c6d3c715d21afd1138e7 (patch) | |
tree | 846acd47cc0d2049f4bad9dc8c01f2d44812ebb0 /inc | |
parent | ef0c211b2ac87b8e3c6e85b600021389be6209bf (diff) | |
download | rpg-80b13baa48275cef1ca6c6d3c715d21afd1138e7.tar.gz rpg-80b13baa48275cef1ca6c6d3c715d21afd1138e7.tar.bz2 |
typo
Diffstat (limited to 'inc')
-rw-r--r-- | inc/Form/Form.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/Form/Form.php b/inc/Form/Form.php index 2c893fbbc..625557fa1 100644 --- a/inc/Form/Form.php +++ b/inc/Form/Form.php @@ -316,7 +316,7 @@ class Form extends Element { $type = $this->elements[$pos]->getType(); if($type == 'fieldsetopen') { if($isopen) { - //close previous feldset + //close previous fieldset $this->addFieldsetClose($pos); $lastclose = $pos + 1; $pos++; |