r92427 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92426‎ | r92427 | r92428 >
Date:12:48, 18 July 2011
Author:ariel
Status:deferred
Tags:
Comment:
class name before method invocation
Modified paths:
  • /branches/ariel/xmldumps-backup/WikiDump.py (modified) (history)

Diff [purge]

Index: branches/ariel/xmldumps-backup/WikiDump.py
@@ -326,7 +326,7 @@
327327 try:
328328 # tack on the file mtime so that if we have multiple wikis
329329 # dumped on the same day, they get ordered properly
330 - date = int(today()) - int(last)
 330+ date = int(TimeUtils.today()) - int(last)
331331 age = FileUtils.fileAge(dumpStatus)
332332 status = FileUtils.readFile(dumpStatus)
333333 except:

Status & tagging log