summaryrefslogtreecommitdiffstats
path: root/src/perlmodgen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/perlmodgen.cpp')
-rw-r--r--src/perlmodgen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/perlmodgen.cpp b/src/perlmodgen.cpp
index fedb290..8072a53 100644
--- a/src/perlmodgen.cpp
+++ b/src/perlmodgen.cpp
@@ -1921,7 +1921,7 @@ void PerlModGenerator::generatePerlModForGroup(GroupDef *gd)
GroupDef *sgd;
for (gli.toFirst();(sgd=gli.current());++gli)
m_output.openHash()
- .addFieldQuotedString("title", gd->groupTitle())
+ .addFieldQuotedString("title", sgd->groupTitle())
.closeHash();
m_output.closeList();
}