https://bugzilla.wikimedia.org/show_bug.cgi?id=45648
--- Comment #4 from Alois <[email protected]> --- I patched includes/WikiPage.php with a dirty hack. It seems that WikiPage::doEditUpdates() gets called from maintenannce/ImportDump. As the problem seems to be that wfRunHooks( 'ArticleSaveComplete'...) needs to be called, I added just before the end of function doEditUpdates() these two lines: wfRunHooks( 'ArticleSaveComplete', array( &$this, &$user, $text, '', EDIT_MINOR, null, null, null, $revision, null, false ) ); This seems to solve my problem. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
