https://bugzilla.wikimedia.org/show_bug.cgi?id=17155
Aaron Schulz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Aaron Schulz <[email protected]> 2009-02-16 17:58:09 UTC --- Note that r41018 only moved the step below the RC row deletion and Article::onArticleDelete( $this->mTitle ) steps. r47319 Just reverted this. The *above* patch moves this up before the page row deletion and more importantly before: $dbw->delete( 'categorylinks', array( 'cl_from' => $id ) ); This seems to be actually broken by r40912. Restored in r47326 -- 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
