]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/helper/web/links/class_WebLinkHelper.php
Fixes for link helper
[shipsimu.git] / inc / classes / main / helper / web / links / class_WebLinkHelper.php
index f90636757aacf41bc76772cb20c107b02b9a6a69..f407889cbb12319794b1cdf0f254f2fb14f5113c 100644 (file)
@@ -102,7 +102,7 @@ class WebLinkHelper extends BaseWebHelper implements HelpableTemplate {
                        $this->closeGroupById($groupId);
                } else {
                        // Open the new group
-                       $this->openGroupByIdText($groupId, $groupText);
+                       $this->openGroupByIdContent($groupId, $groupText);
                }
        }