X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/c6d5dd71ad0d9bae811cc9002248d9399c7fdff7..d69fc5f16ed739c02685e7d695abf6de59c2bf5e:/apps/catalogue/management/commands/checkintegrity.py diff --git a/apps/catalogue/management/commands/checkintegrity.py b/apps/catalogue/management/commands/checkintegrity.py index 51fcd94c7..6ae2b9a2f 100644 --- a/apps/catalogue/management/commands/checkintegrity.py +++ b/apps/catalogue/management/commands/checkintegrity.py @@ -55,7 +55,7 @@ class Command(BaseCommand): print "Is: ", ", ".join(ancestors) print "Should be:", ", ".join(parents) if not options['dry_run']: - book.fix_tree_tags() + book.repopulate_ancestors() if options['verbose']: print "Fixed." if options['verbose']: