Prevent RED_PAGE from resetting status if parser is not fired
This commit is contained in:
@@ -135,7 +135,7 @@ class RED_PAGE:
|
||||
"""
|
||||
Updates the page meta data in mysql db
|
||||
"""
|
||||
if( self.__parsed ):
|
||||
if( self.__parsed or not self.__changed ):
|
||||
status = 1
|
||||
|
||||
if( self.is_archive() ):
|
||||
|
||||
Reference in New Issue
Block a user