https://bugzilla.wikimedia.org/show_bug.cgi?id=29859
Reedy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #8777|0 |1 is patch| | --- Comment #1 from Reedy <[email protected]> 2011-07-13 09:25:02 UTC --- Comment on attachment 8777 --> https://bugzilla.wikimedia.org/attachment.cgi?id=8777 Patch >--- Article.php.orig 2011-07-13 10:02:31.727795843 +0300 >+++ Article.php 2011-07-13 10:02:21.657795857 +0300 >@@ -1127,7 +1127,7 @@ > } > } > >- if ( $this->getID() === 0 || $this->getOldID() ) { >+ if ( $this->getID() === 0 || $this->getOldID() != >$this->mLatest) { > # Non-articles (special pages etc), and old revisions > return array( > 'index' => 'noindex', > -- 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
