https://bugzilla.wikimedia.org/show_bug.cgi?id=36492
--- Comment #6 from Lejonel <[email protected]> 2012-05-19 16:23:37 UTC --- (In reply to comment #5) It worked on my test wiki. Documentation at mediawiki.org for ArticleSaveComplete says $revision is null if no change is made, and WikiPage.php contains: 1397 if ( !$changed ) { 1398 $status->warning( 'edit-no-change' ); 1399 $revision = null; -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
