https://bugzilla.wikimedia.org/show_bug.cgi?id=17300


Tim Starling <tstarl...@wikimedia.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tstarl...@wikimedia.org
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED




--- Comment #2 from Tim Starling <tstarl...@wikimedia.org>  2009-02-10 02:16:39 
UTC ---
Fixed with one-line patch against r46424.

Index: includes/Article.php
===================================================================
--- includes/Article.php        (revision 46424)
+++ includes/Article.php        (working copy)
@@ -1274,7 +1274,7 @@
                wfProfileIn( __METHOD__ );

                $text = $revision->getText();
-               $rt = Title::newFromRedirect( $text );
+               $rt = Title::newFromRedirect( $text, false, true );

                $conditions = array( 'page_id' => $this->getId() );
                if( !is_null( $lastRevision ) ) {


-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to