Continue the pretty lining up from above.
authorGreg Sabino Mullane <greg@users.mediawiki.org>
Thu, 21 Feb 2008 20:05:52 +0000 (20:05 +0000)
committerGreg Sabino Mullane <greg@users.mediawiki.org>
Thu, 21 Feb 2008 20:05:52 +0000 (20:05 +0000)
includes/LinksUpdate.php

index 152058a..28dbf5b 100644 (file)
@@ -164,7 +164,7 @@ class LinksUpdate {
                $this->dumbTableUpdate( 'categorylinks', $this->getCategoryInsertions(), 'cl_from' );
                $this->dumbTableUpdate( 'templatelinks', $this->getTemplateInsertions(), 'tl_from' );
                $this->dumbTableUpdate( 'externallinks', $this->getExternalInsertions(), 'el_from' );
-               $this->dumbTableUpdate( 'langlinks',     $this->getInterlangInsertions(), 'll_from' );
+               $this->dumbTableUpdate( 'langlinks',     $this->getInterlangInsertions(),'ll_from' );
                $this->dumbTableUpdate( 'page_props',    $this->getPropertyInsertions(), 'pp_page' );
 
                # Update the cache of all the category pages and image description pages which were changed