This commit is contained in:
Frisk 2020-12-01 12:38:06 +01:00
parent 0d326a6126
commit 33406db790
No known key found for this signature in database
GPG key ID: 213F7C15068AF8AC

View file

@ -243,6 +243,7 @@ class Recent_Changes_Class(object):
logger.warning("Path query.recentchanges not found inside request body. Skipping...")
return
else:
self.downtime_controller(False)
rc_last_id = self.prepare_rc(rc, amount)
if settings.get("show_abuselog", False):
try: