From 6288ee6c0f31c407181bff1259d5c9d14ab2eff2 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Thu, 21 Feb 2008 20:05:52 +0000 Subject: [PATCH] Continue the pretty lining up from above. --- includes/LinksUpdate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/LinksUpdate.php b/includes/LinksUpdate.php index 152058ac5a..28dbf5bfc5 100644 --- a/includes/LinksUpdate.php +++ b/includes/LinksUpdate.php @@ -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 -- 2.20.1