pull/249/head
Karl Hobley 2014-05-19 14:03:11 +01:00
rodzic d180ad8f08
commit d364f95413
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -632,7 +632,7 @@ class Page(MP_Node, ClusterableModel, Indexed):
# Yield paths for child pages
for child in self.get_children().live():
for path in child.get_medusa_paths():
for path in child.specific.get_medusa_paths():
yield '/' + child.slug + path
def get_ancestors(self, inclusive=False):