Follow up r877, check the number of revision tags

git-svn-id: https://wikiteam.googlecode.com/svn/trunk@878 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
pull/117/head
Hydriz 11 years ago
parent 64bd837cab
commit 611d13f8c5

@ -987,7 +987,7 @@ def checkXMLIntegrity(config={}):
checkrevisionclose += 1
else:
continue
if (checktitles == checkpageopen and checktitles == checkpageclose and checkpageopen == checkpageclose):
if (checktitles == checkpageopen and checktitles == checkpageclose and checkrevisionopen == checkrevisionclose):
pass
else:
print 'XML dump seems to be corrupted.'

Loading…
Cancel
Save