Prevent RED_PAGE from resetting status if parser is not fired

This commit is contained in:
2015-09-11 22:29:16 +02:00
parent deaa1d855b
commit 6e64d8448e

View File

@@ -135,7 +135,7 @@ class RED_PAGE:
""" """
Updates the page meta data in mysql db Updates the page meta data in mysql db
""" """
if( self.__parsed ): if( self.__parsed or not self.__changed ):
status = 1 status = 1
if( self.is_archive() ): if( self.is_archive() ):