http://www.mediawiki.org/wiki/Special:Code/MediaWiki/92427

Revision: 92427
Author:   ariel
Date:     2011-07-18 12:48:58 +0000 (Mon, 18 Jul 2011)
Log Message:
-----------
class name before method invocation

Modified Paths:
--------------
    branches/ariel/xmldumps-backup/WikiDump.py

Modified: branches/ariel/xmldumps-backup/WikiDump.py
===================================================================
--- branches/ariel/xmldumps-backup/WikiDump.py  2011-07-18 12:29:53 UTC (rev 
92426)
+++ branches/ariel/xmldumps-backup/WikiDump.py  2011-07-18 12:48:58 UTC (rev 
92427)
@@ -326,7 +326,7 @@
                                try:
                                        # tack on the file mtime so that if we 
have multiple wikis
                                        # dumped on the same day, they get 
ordered properly
-                                       date = int(today()) - int(last)
+                                       date = int(TimeUtils.today()) - 
int(last)
                                        age = FileUtils.fileAge(dumpStatus)
                                        status = FileUtils.readFile(dumpStatus)
                                except:


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to