http://www.mediawiki.org/wiki/Special:Code/pywikipedia/10789
Revision: 10789 Author: filnik Date: 2012-12-12 14:58:47 +0000 (Wed, 12 Dec 2012) Log Message: ----------- essage=bugfix when reporting
Modified Paths: -------------- trunk/pywikipedia/checkimages.py
Modified: trunk/pywikipedia/checkimages.py =================================================================== --- trunk/pywikipedia/checkimages.py 2012-12-12 01:43:05 UTC (rev 10788) +++ trunk/pywikipedia/checkimages.py 2012-12-12 14:58:47 UTC (rev 10789) @@ -1134,7 +1134,7 @@ # Adding the log if addings: rep_text = rep_text % image_to_report # Adding the name of the image in the report if not done already - another_page.put(text_get + rep_text, comment = com, minorEdit = False) + another_page.put(text_get + rep_text, comment = com, force = True, minorEdit = False) pywikibot.output(u"...Reported...") reported = True return reported