Double to single quotes converted
[core.git] / inc / classes / main / helper / class_BaseHelper.php
index 81e4197c378f73d1aa14d24d44f93f37003c1ee7..7a0a77b6c1cbf0584bbb8e86a6bfb9abffbb18c6 100644 (file)
@@ -402,7 +402,7 @@ class BaseHelper extends BaseFrameworkSystem {
 
                // Now "walk" through all groups and sub-groups
                for ($idx = 1; $idx <= $this->totalCounter; $idx++) {
-                       // Is this a group and is it closed?
+                       // Is this a sub/group and is it closed?
                        if ((isset($this->groups[$idx])) && ($this->groups[$this->groups[$idx]]['opened'] === false)) {
                                // Then add it's content
                                $groupContent = trim($this->groups[$this->groups[$idx]]['content']);