fix: stupid ahh typo bug
This commit is contained in:
parent
0e948e7f55
commit
4f37283e68
@ -115,7 +115,7 @@ class ArticleOverview:
|
|||||||
self.article_translations.append(ArticleTranslation(c, self))
|
self.article_translations.append(ArticleTranslation(c, self))
|
||||||
elif c.is_dir():
|
elif c.is_dir():
|
||||||
self.child_articles.append(ArticleOverview(
|
self.child_articles.append(ArticleOverview(
|
||||||
directory=self.directory,
|
directory=c,
|
||||||
location_in_tree=self.location_in_tree,
|
location_in_tree=self.location_in_tree,
|
||||||
))
|
))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user