Преглед на файлове

[pelican_comment_system] Fixes the "all comment feed" to work with the i18n_subsites plugin

Bernhard Scheirle преди 10 години
родител
ревизия
01adbcb375
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      pelican_comment_system/pelican_comment_system.py

+ 1 - 0
pelican_comment_system/pelican_comment_system.py

@@ -202,6 +202,7 @@ def pelican_finalized(pelican):
         return
     global _all_comments
     print('Processed %s comment(s)' % len(_all_comments))
+    _all_comments = []
 
 
 def register():