http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99365

Revision: 99365
Author:   johnduhart
Date:     2011-10-09 18:39:27 +0000 (Sun, 09 Oct 2011)
Log Message:
-----------
Followup r99354, fix Fatal error

Modified Paths:
--------------
    trunk/phase3/includes/CategoryPage.php

Modified: trunk/phase3/includes/CategoryPage.php
===================================================================
--- trunk/phase3/includes/CategoryPage.php      2011-10-09 18:35:17 UTC (rev 
99364)
+++ trunk/phase3/includes/CategoryPage.php      2011-10-09 18:39:27 UTC (rev 
99365)
@@ -313,7 +313,7 @@
                }
                $this->articles[] = $link;
 
-               $this->articles_start_char[] = 
$this->getLang()->convert->convert(
+               $this->articles_start_char[] = $this->getLang()->convert(
                        $this->collation->getFirstLetter( $sortkey ) );
        }
 


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to